From 797f808c22fe0d2fb369a984163eae91e38f8764 Mon Sep 17 00:00:00 2001 From: J-N-K Date: Sun, 13 Dec 2020 17:38:07 +0100 Subject: [PATCH] fix typo in documentation (#9366) Signed-off-by: Jan N. Klug --- bundles/org.openhab.binding.gardena/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.gardena/README.md b/bundles/org.openhab.binding.gardena/README.md index 51ab719ec..48a2f8842 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