From: J-N-K Date: Sun, 13 Dec 2020 16:38:07 +0000 (+0100) Subject: fix typo in documentation (#9366) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=797f808c22fe0d2fb369a984163eae91e38f8764;p=openhab-addons.git fix typo in documentation (#9366) Signed-off-by: Jan N. Klug --- diff --git a/bundles/org.openhab.binding.gardena/README.md b/bundles/org.openhab.binding.gardena/README.md index 51ab719ec0..48a2f88427 100644 --- a/bundles/org.openhab.binding.gardena/README.md +++ b/bundles/org.openhab.binding.gardena/README.md @@ -104,7 +104,7 @@ All channels are read-only, except the command group and the lastUpdate timestam ``` openhab:send WC_Valve_cmd_Duration.sendCommand(10) // set the duration for the command to 10min openhab:send WC_Valve_cmd_OpenWithDuration.sendCommand(ON) // start watering -openhabsend WC_Valve_cmd_CloseValve.sendCommand(ON) // stop any active watering +openhab:send WC_Valve_cmd_CloseValve.sendCommand(ON) // stop any active watering ``` If you send a REFRESH command to the last update timestamp (no matter which thing), **ALL** items from **ALL** things are updated