]> git.basschouten.com Git - openhab-addons.git/commitdiff
[ojelectronics] Fix configuration sample (#9551)
authorMatthias Schulte <matthias.schulte@viadee.de>
Tue, 29 Dec 2020 13:59:16 +0000 (14:59 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Dec 2020 13:59:16 +0000 (14:59 +0100)
Signed-off-by: Matthias Schulte <matthias.schulte@viadee.de>
bundles/org.openhab.binding.ojelectronics/README.md

index 11b4bb49260513064b56d081a312c4afdfecfd70..4d0d975b2c07a10aa34bd0f38453a3d2e2207a38 100644 (file)
@@ -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