You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skipEventIfSameValue is not working in every case - I get a loop in new MQTT app because the CodeDevice switch will be updated every time with same value and I get a new event in result...
Have changed it in local copy and it is working.
Maybe it make sense?
Thanks!
Michael
The text was updated successfully, but these errors were encountered:
I would like to recommend to change the function
CodeDevice.prototype.act = function ()
and replace
with:
or similar (shorter version ;) )
skipEventIfSameValue is not working in every case - I get a loop in new MQTT app because the CodeDevice switch will be updated every time with same value and I get a new event in result...
Have changed it in local copy and it is working.
Maybe it make sense?
Thanks!
Michael
The text was updated successfully, but these errors were encountered: