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
If you have a Control node and use it to register whether the TV was turned on, and you do only deploy the Modified Flows in Node Red, it will keep registering new events.
In my case, I was getting 6 events in one go at some point. I guess, it should deregister all events and reregister itself on deploy?
If you have a Control node and use it to register whether the TV was turned on, and you do only deploy the Modified Flows in Node Red, it will keep registering new events.
In my case, I was getting 6 events in one go at some point. I guess, it should deregister all events and reregister itself on deploy?
Problem lies here most likely: https://github.com/hobbyquaker/node-red-contrib-lgtv/blob/master/nodes/lgtv-control.js#L9
The text was updated successfully, but these errors were encountered: