]> git.basschouten.com Git - openhab-addons.git/commitdiff
[etherrain] Fix typo (#10805)
authorChristopher Schirner <christopher+github@schirner.org>
Sat, 5 Jun 2021 09:33:27 +0000 (11:33 +0200)
committerGitHub <noreply@github.com>
Sat, 5 Jun 2021 09:33:27 +0000 (11:33 +0200)
bundles/org.openhab.binding.etherrain/README.md

index 50d077f841aafaf6f796978adaaa684f95f641cc..4f4338a19980494419cf831066f8cd1fec9a42f6 100644 (file)
@@ -48,9 +48,9 @@ Finally, there are commands to execute and clear the commands:
 items:
 
 ```
-String SprinkerCommandStatus       "Command Status [%s]"  (gMain) { channel="etherrain:etherrain:sprinkler0:commandstatus" }
-String SprinkerOperatingStatus     "Operating Status [%s]"  (gMain) { channel="etherrain:etherrain:sprinkler0:operatingstatus" }
-String SprinkerOperatingResult     "Operating Result [%s]"  (gMain) { channel="etherrain:etherrain:sprinkler0:operatingresult" }
+String SprinklerCommandStatus       "Command Status [%s]"  (gMain) { channel="etherrain:etherrain:sprinkler0:commandstatus" }
+String SprinklerOperatingStatus     "Operating Status [%s]"  (gMain) { channel="etherrain:etherrain:sprinkler0:operatingstatus" }
+String SprinklerOperatingResult     "Operating Result [%s]"  (gMain) { channel="etherrain:etherrain:sprinkler0:operatingresult" }
             
 String SprinklerActiveZone         "Active Zone [%s]"  (gMain) { channel="etherrain:etherrain:sprinkler0:relayindex" }                  
 Switch SprinklerRainSensor        (gMain) { channel="etherrain:etherrain:sprinkler0:rainsensor" }