Add variables description
This commit is contained in:
parent
7b8c234c25
commit
e0b80f2fd1
1 changed files with 7 additions and 0 deletions
|
@ -23,3 +23,10 @@ switch:
|
|||
oncmd: switch_command on kitchen
|
||||
offcmd: switch_command off kitchen
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **switches** array (*Required*): Contains all command switches.
|
||||
- **'entry'** (*Required*): Name of the command switch. Multiple entries are possible.
|
||||
- **oncmd** (*Required*): The action to take for on.
|
||||
- **offcmd** (*Required*): The action to take for off.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue