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
Looks like when we restart, we resubscribe to all events. We get the following events back for a dimmer lamp:
switch: off
level: 50
We then forward both of these to SmartThings. SmartThings ignores the switch off (as the lamp is already off) but sees the level 50 as a "turn on and go to 50%"
The text was updated successfully, but these errors were encountered:
…but leaving backwards compatibility (fixes#10)
Adding saving of history to disk, to prevent startup spam (partial fix for #9)
Do not send level if current state is "off" (fixes#9)
Resubscribe to topics if connection with MQTT is lost (fixes#11)
Looks like when we restart, we resubscribe to all events. We get the following events back for a dimmer lamp:
We then forward both of these to SmartThings. SmartThings ignores the switch off (as the lamp is already off) but sees the level 50 as a "turn on and go to 50%"
The text was updated successfully, but these errors were encountered: