Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck authored Dec 23, 2023
1 parent f67391d commit 88175ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ class Zigbee extends utils.Adapter {
return;
}

message.state = '';
meta.state = { state: "" }; // for tuya

this.processConverters(converters, devId, model, mappedModel, message, meta)
.catch((error) => {
Expand Down

0 comments on commit 88175ba

Please sign in to comment.