Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck committed Nov 2, 2023
1 parent 982e79c commit f0771a8
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 @@ -217,7 +217,7 @@ class fullybrowserControll extends utils.Adapter {
native: {}
});
}
await this.setStateAsync(pthEvent, {val: true, ack: true});
this.setState(pthEvent, {val: true, ack: true});
this.setState(pthEvent, {val: false, ack: true}); // und zurück auf false

const pthCmd = this.fullysMQTT[obj.ip].id + '.Commands';
Expand Down

0 comments on commit f0771a8

Please sign in to comment.