Update variables description

This commit is contained in:
Fabian Affolter 2016-09-08 12:21:41 +02:00
parent 91478d8dab
commit 59116bcfef
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ cover:
Configuration variables:
- **covers** (*Required*): The array that contains all command line covers.
- **entry** (*Required*): Name of the command line cover. Multiple entries are possible.
- **identifier** (*Required*): Name of the command line cover as slug. Multiple entries are possible.
- **command_open** (*Required*): The command to open the cover.
- **command_close** (*Required*): The action to close the cover.
- **command_stop** (*Required*): The action to stop the cover.

View File

@ -34,7 +34,7 @@ switch:
Configuration variables:
- **switches** (*Required*): The array that contains all command switches.
- **entry** (*Required*): Name of the command switch. Multiple entries are possible.
- **identifier** (*Required*): Name of the command switch as slug. Multiple entries are possible.
- **command_on** (*Required*): The action to take for on.
- **command_off** (*Required*): The action to take for off.
- **command_state** (*Optional*): If given, this command will be run. Returning a result code `0` will indicate that the switch is on.