Add variables description

This commit is contained in:
Fabian Affolter 2015-09-09 11:09:20 +02:00
parent 7b8c234c25
commit e0b80f2fd1

View File

@ -23,3 +23,10 @@ switch:
oncmd: switch_command on kitchen oncmd: switch_command on kitchen
offcmd: switch_command off 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.