mirror of https://github.com/arendst/Tasmota.git
Corrected wrong item syntax!
parent
5ca2da2ab1
commit
d1023a53c8
|
@ -235,10 +235,10 @@ Bridge mqtt:broker:myMQTTBroker [ host="IPofBroker", secure=false, username="myU
|
|||
**.items File:**
|
||||
|
||||
```java
|
||||
Switch Switch_TH "Switch_TH" { channel="mqtt:myMQTTBroker:topic:sonoff_TH_Thing:PowerSwitch" }
|
||||
Switch Switch_TH "Switch_TH" { channel="mqtt:topic:myMQTTBroker:sonoff_TH_Thing:PowerSwitch" }
|
||||
|
||||
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 Switch_TH_Temperatur "Temperatur [%s °C]" <temperature> {channel="mqtt:topic:myMQTTBroker:sonoff_TH_Thing:Temperature"}
|
||||
String Sonoff_Version "Sonoff Version: [%s]" <sonoff_basic> { channel="mqtt:topic:myMQTTBroker:sonoff_6_Thing:Version"}
|
||||
```
|
||||
|
||||
**.rules File for the Maintenance Action:**
|
||||
|
|
Loading…
Reference in New Issue