From bfbd80ab367a66dbd214010756dc5fa51b0f9f66 Mon Sep 17 00:00:00 2001 From: kuckuckmann <99131208+kuckuckmann@users.noreply.github.com> Date: Tue, 3 Jan 2023 21:28:54 +0100 Subject: [PATCH] Updated ioBroker FAQ & Anleitungen (markdown) --- ioBroker---FAQ-&-Anleitungen.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/ioBroker---FAQ-&-Anleitungen.md b/ioBroker---FAQ-&-Anleitungen.md index 79324ee..9f568af 100644 --- a/ioBroker---FAQ-&-Anleitungen.md +++ b/ioBroker---FAQ-&-Anleitungen.md @@ -850,7 +850,7 @@ In der aktuellen Dev version schon drin: ## **19.) Abweichende Uhrzeit** * **Quelle:** -Im ioBroker Forum Post [1428](https://forum.iobroker.net/topic/58170/sonoff-nspanel-mit-lovelace-ui/1428) +Im ioBroker Forum Post [1428](https://forum.iobroker.net/topic/58170/sonoff-nspanel-mit-lovelace-ui/1428) und ab Post [1491](https://forum.iobroker.net/topic/58170/sonoff-nspanel-mit-lovelace-ui/1491) * **Problem:** Die Uhrzeit auf dem Display weicht von der Uhrzeit in der Tasmota Console ab. @@ -900,14 +900,15 @@ Weiterhin im ALIAS unter ![image](https://user-images.githubusercontent.com/9913 > 3 = BOOST * **TS-Skript:** -`let WZ_Heizung: PageThermo = -{ - "type": "cardThermo", - "heading": "WZ Thermostat", - "useColor": true, - "subPage": false, - "parent": undefined, - "items": [{ id: "alias.0.NSPanel1.HeizungWZ", minValue: 50, maxValue: 300 }] + +`let WZ_Heizung: PageThermo = +{ + "type": "cardThermo", + "heading": "WZ Thermostat", + "useColor": true, + "subPage": false, + "parent": undefined, + "items": [{ id: "alias.0.NSPanel1.HeizungWZ", minValue: 50, maxValue: 300 }] };` * **Blocky Skript:**