Closed moinmoin-sh closed 2 years ago
There are 3 methods now to open the keypad
from a tile the keypad is connected to
with a device cmnd/
{ "keyPad": { "state": "locked"|"unlocked"|"failed", "icon": "_locked", "iconColorRgb": { "r":255, "g":0, "b":0 }, "text": "house alarmed", "label": <text> } }
{ "style": "keyPad", "type": "button", "event": "key", "state": "on", "keyCode": "1234" }
after a timeout of no activity
{ "style": "keyPad", "state": "locked" | "unlocked" }
closes #4
There are 3 methods now to open the keypad
from a tile the keypad is connected to
with a device cmnd/
after a timeout of no activity
closes #4