Updated ioBroker FAQ & Anleitungen (markdown)

kuckuckmann
2023-01-03 21:28:54 +01:00
parent 3e04eefbf5
commit bfbd80ab36

@@ -850,7 +850,7 @@ In der aktuellen Dev version schon drin:
## **19.) Abweichende Uhrzeit** ## **19.) Abweichende Uhrzeit**
* **Quelle:** * **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:** * **Problem:**
Die Uhrzeit auf dem Display weicht von der Uhrzeit in der Tasmota Console ab. 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 > 3 = BOOST
* **TS-Skript:** * **TS-Skript:**
`let WZ_Heizung: PageThermo =
{ `let WZ_Heizung: PageThermo =
"type": "cardThermo", {
"heading": "WZ Thermostat", "type": "cardThermo",
"useColor": true, "heading": "WZ Thermostat",
"subPage": false, "useColor": true,
"parent": undefined, "subPage": false,
"items": [<PageItem>{ id: "alias.0.NSPanel1.HeizungWZ", minValue: 50, maxValue: 300 }] "parent": undefined,
"items": [<PageItem>{ id: "alias.0.NSPanel1.HeizungWZ", minValue: 50, maxValue: 300 }]
};` };`
* **Blocky Skript:** * **Blocky Skript:**