From 59116bcfef0a77484354848acd3c71d630c85b8a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 8 Sep 2016 12:21:41 +0200 Subject: [PATCH] Update variables description --- source/_components/cover.command_line.markdown | 2 +- source/_components/switch.command_line.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/cover.command_line.markdown b/source/_components/cover.command_line.markdown index dce993418b9..b3bcd690d60 100644 --- a/source/_components/cover.command_line.markdown +++ b/source/_components/cover.command_line.markdown @@ -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. diff --git a/source/_components/switch.command_line.markdown b/source/_components/switch.command_line.markdown index d2e9476bfce..197343e2110 100644 --- a/source/_components/switch.command_line.markdown +++ b/source/_components/switch.command_line.markdown @@ -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.