mirror of https://github.com/arendst/Tasmota.git
Updated openHAB (markdown)
parent
46ddfcc284
commit
5ca2da2ab1
|
@ -237,7 +237,7 @@ Bridge mqtt:broker:myMQTTBroker [ host="IPofBroker", secure=false, username="myU
|
|||
```java
|
||||
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"}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue