mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-09 13:57:00 +01:00
[ojelectronics] Fix configuration sample (#9551)
Signed-off-by: Matthias Schulte <matthias.schulte@viadee.de>
This commit is contained in:
parent
7a834a558d
commit
1f846c618d
@ -61,7 +61,7 @@ This example shows how to configure the OJElecttronics binding.
|
|||||||
### demo.things
|
### 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" ]
|
Thing owd5 myThermostat [ serialNumber="123" ]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -69,8 +69,8 @@ Binding ojelectronics:ojcloud:myCloud "My Cloud" @ "My Home" [ userName="MyUserN
|
|||||||
### demo.items
|
### demo.items
|
||||||
|
|
||||||
```
|
```
|
||||||
Number Bath_Floor_Temperature "Bathroom: Floor Temperature" {channel="ojelectronics:owd5:myThermostat:floorTemperature"}
|
Number Bath_Floor_Temperature "Bathroom: Floor Temperature" {channel="ojelectronics:owd5:myCloud:myThermostat:floorTemperature"}
|
||||||
String Bath_Mode "Bathroom: Mode" {channel="ojelectronics:owd5:myThermostat:regulationMode"}
|
String Bath_Mode "Bathroom: Mode" {channel="ojelectronics:owd5:myCloud:myThermostat:regulationMode"}
|
||||||
```
|
```
|
||||||
|
|
||||||
### demo.sitemap
|
### demo.sitemap
|
||||||
|
Loading…
Reference in New Issue
Block a user