From: Matthias Schulte Date: Tue, 29 Dec 2020 13:59:16 +0000 (+0100) Subject: [ojelectronics] Fix configuration sample (#9551) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=1f846c618dad6ca0d3596baa90fbcec86ccfc467;p=openhab-addons.git [ojelectronics] Fix configuration sample (#9551) Signed-off-by: Matthias Schulte --- diff --git a/bundles/org.openhab.binding.ojelectronics/README.md b/bundles/org.openhab.binding.ojelectronics/README.md index 11b4bb4926..4d0d975b2c 100644 --- a/bundles/org.openhab.binding.ojelectronics/README.md +++ b/bundles/org.openhab.binding.ojelectronics/README.md @@ -61,7 +61,7 @@ This example shows how to configure the OJElecttronics binding. ### demo.things ``` -Binding ojelectronics:ojcloud:myCloud "My Cloud" @ "My Home" [ userName="MyUserName" password="MyPassword" apiKey="The Key" ] { +Bridge ojelectronics:ojcloud:myCloud "My Cloud" @ "My Home" [ userName="MyUserName", password="MyPassword", apiKey="The Key" ] { Thing owd5 myThermostat [ serialNumber="123" ] } ``` @@ -69,8 +69,8 @@ Binding ojelectronics:ojcloud:myCloud "My Cloud" @ "My Home" [ userName="MyUserN ### demo.items ``` -Number Bath_Floor_Temperature "Bathroom: Floor Temperature" {channel="ojelectronics:owd5:myThermostat:floorTemperature"} -String Bath_Mode "Bathroom: Mode" {channel="ojelectronics:owd5:myThermostat:regulationMode"} +Number Bath_Floor_Temperature "Bathroom: Floor Temperature" {channel="ojelectronics:owd5:myCloud:myThermostat:floorTemperature"} +String Bath_Mode "Bathroom: Mode" {channel="ojelectronics:owd5:myCloud:myThermostat:regulationMode"} ``` ### demo.sitemap