From 3e04eefbf5264ea80d2bb9ece14f734699118e80 Mon Sep 17 00:00:00 2001 From: kuckuckmann <99131208+kuckuckmann@users.noreply.github.com> Date: Tue, 3 Jan 2023 21:24:07 +0100 Subject: [PATCH] Updated ioBroker FAQ & Anleitungen (markdown) --- ioBroker---FAQ-&-Anleitungen.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ioBroker---FAQ-&-Anleitungen.md b/ioBroker---FAQ-&-Anleitungen.md index 8c101fc..79324ee 100644 --- a/ioBroker---FAQ-&-Anleitungen.md +++ b/ioBroker---FAQ-&-Anleitungen.md @@ -900,10 +900,20 @@ Weiterhin im ALIAS unter ![image](https://user-images.githubusercontent.com/9913 > 3 = BOOST * **TS-Skript:** -Steht noch aus +`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:** +![image](https://user-images.githubusercontent.com/99131208/210435220-bcccdc92-d348-4f1b-9a67-e5ee0f5c0ba8.png) + [Zum Blockly](https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/Blockly/Homatic_nonIP_Thermostate.xml) ***