Advertisement
__Dave__

OpenHAB - Rule switch item on when contact of group closed

Oct 30th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. rule "my rule"
  2. when
  3.     Member of gMyGroup changed to OPEN
  4. then
  5.     mySwitch.sendCommand(ON)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement