Updated openHAB (markdown)

Jürgen Baginski 2018-12-20 11:09:27 +01:00
parent 46ddfcc284
commit 5ca2da2ab1
1 changed files with 1 additions and 1 deletions

@ -237,7 +237,7 @@ Bridge mqtt:broker:myMQTTBroker [ host="IPofBroker", secure=false, username="myU
```java ```java
Switch Switch_TH "Switch_TH" { channel="mqtt:myMQTTBroker:topic:sonoff_TH_Thing:PowerSwitch" } Switch Switch_TH "Switch_TH" { channel="mqtt:myMQTTBroker:topic:sonoff_TH_Thing:PowerSwitch" }
String Switch_TH_Temperatur "Temperatur [%.1f °C]" <temperature> {channel="mqtt:myMQTTBroker:topic:sonoff_TH_Thing:Temperature"} String Switch_TH_Temperatur "Temperatur [%s °C]" <temperature> {channel="mqtt:myMQTTBroker:topic:sonoff_TH_Thing:Temperature"}
String Sonoff_Version "Sonoff Version: [%s]" <sonoff_basic> { channel="mqtt:myMQTTBroker:topic:sonoff_6_Thing:Version"} String Sonoff_Version "Sonoff Version: [%s]" <sonoff_basic> { channel="mqtt:myMQTTBroker:topic:sonoff_6_Thing:Version"}
``` ```