[Documentation] Markdown improvements n to s (#13948)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This commit is contained in:
committed by
GitHub
parent
d73218d882
commit
1ca9baf157
@@ -60,7 +60,7 @@ This example shows how to configure the OJElecttronics binding.
|
||||
|
||||
### demo.things
|
||||
|
||||
```
|
||||
```java
|
||||
Bridge ojelectronics:ojcloud:myCloud "My Cloud" @ "My Home" [ userName="MyUserName", password="MyPassword", apiKey="The Key" ] {
|
||||
Thing owd5 myThermostat [ serialNumber="123" ]
|
||||
}
|
||||
@@ -68,17 +68,16 @@ Bridge ojelectronics:ojcloud:myCloud "My Cloud" @ "My Home" [ userName="MyUserNa
|
||||
|
||||
### demo.items
|
||||
|
||||
```
|
||||
```java
|
||||
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
|
||||
|
||||
```
|
||||
```perl
|
||||
sitemap myHome label="my Home"{
|
||||
Text item=Bath_Floor_Temperature
|
||||
Text item=Bath_Mode
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user