Added support for WRT-10 as a Device Automation
This commit is contained in:
parent
36e5c62b4f
commit
5a21290364
8 changed files with 174 additions and 22 deletions
|
|
@ -3,6 +3,7 @@ const COMMANDS = {
|
|||
TURN_OFF: 'Turn off',
|
||||
DIM: 'Dim',
|
||||
TRIGGER_SCENE: 'Trigger scene',
|
||||
BUTTON_CLICK: 'Button click',
|
||||
};
|
||||
|
||||
module.exports = { COMMANDS };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue