From 5ca2da2ab1ccbf9b09487fdb264c4b7db510620e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Baginski?= Date: Thu, 20 Dec 2018 11:09:27 +0100 Subject: [PATCH] Updated openHAB (markdown) --- openHAB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openHAB.md b/openHAB.md index f7a71a04..3cefa58d 100644 --- a/openHAB.md +++ b/openHAB.md @@ -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]" {channel="mqtt:myMQTTBroker:topic:sonoff_TH_Thing:Temperature"} +String Switch_TH_Temperatur "Temperatur [%s °C]" {channel="mqtt:myMQTTBroker:topic:sonoff_TH_Thing:Temperature"} String Sonoff_Version "Sonoff Version: [%s]" { channel="mqtt:myMQTTBroker:topic:sonoff_6_Thing:Version"} ```