]> git.basschouten.com Git - openhab-addons.git/commitdiff
fix typo in documentation (#9366)
authorJ-N-K <J-N-K@users.noreply.github.com>
Sun, 13 Dec 2020 16:38:07 +0000 (17:38 +0100)
committerGitHub <noreply@github.com>
Sun, 13 Dec 2020 16:38:07 +0000 (17:38 +0100)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
bundles/org.openhab.binding.gardena/README.md

index 51ab719ec004d3691015e015b19ec6acbcf0956e..48a2f88427c6902816e4cd495b4709b190e9c016 100644 (file)
@@ -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