From: Christopher Schirner Date: Sat, 5 Jun 2021 09:33:27 +0000 (+0200) Subject: [etherrain] Fix typo (#10805) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=d36e1f10180f42ebe210f9178ab8af2a17a817b6;p=openhab-addons.git [etherrain] Fix typo (#10805) --- diff --git a/bundles/org.openhab.binding.etherrain/README.md b/bundles/org.openhab.binding.etherrain/README.md index 50d077f841..4f4338a199 100644 --- a/bundles/org.openhab.binding.etherrain/README.md +++ b/bundles/org.openhab.binding.etherrain/README.md @@ -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" }