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
{{ message }}
This repository was archived by the owner on May 7, 2020. It is now read-only.
When OH (2.4.0) starts the last pressed button of the hue controller (thing type 0820) is sent through the dimmer_switch_event channel.
The rules that use this channel or linked item are also trigger with last pressed button. In my case it open my smart lock. So in case of system restart (power supply failure then backup)...
According to Item state manipulation I expected a postUpdate when recover the last event state and sendCommand when a button is actually pressed.
When OH (2.4.0) starts the last pressed button of the hue controller (thing type 0820) is sent through the
dimmer_switch_eventchannel.The rules that use this channel or linked item are also trigger with last pressed button. In my case it open my smart lock. So in case of system restart (power supply failure then backup)...
According to Item state manipulation I expected a
postUpdatewhen recover the last event state andsendCommandwhen a button is actually pressed.