From d36e1f10180f42ebe210f9178ab8af2a17a817b6 Mon Sep 17 00:00:00 2001 From: Christopher Schirner Date: Sat, 5 Jun 2021 11:33:27 +0200 Subject: [PATCH] [etherrain] Fix typo (#10805) --- bundles/org.openhab.binding.etherrain/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.binding.etherrain/README.md b/bundles/org.openhab.binding.etherrain/README.md index 50d077f841aaf..4f4338a199804 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" }