Updated ioBroker FAQ & Anleitungen (markdown)

Armilar
2023-10-20 13:03:06 +02:00
parent daee5a2541
commit bee8d57639

@@ -984,7 +984,8 @@ Weiterhin im ALIAS unter ![image](https://user-images.githubusercontent.com/9913
* **TS-Skript:** * **TS-Skript:**
`let WZ_Heizung = <PageThermo> ```typescript
let WZ_Heizung = <PageThermo>
{ {
"type": "cardThermo", "type": "cardThermo",
"heading": "WZ Thermostat", "heading": "WZ Thermostat",
@@ -992,7 +993,8 @@ Weiterhin im ALIAS unter ![image](https://user-images.githubusercontent.com/9913
"subPage": false, "subPage": false,
"parent": undefined, "parent": undefined,
"items": [<PageItem>{ id: "alias.0.NSPanel1.HeizungWZ", minValue: 50, maxValue: 300 }] "items": [<PageItem>{ id: "alias.0.NSPanel1.HeizungWZ", minValue: 50, maxValue: 300 }]
};` };
```
* **Blocky Skript:** * **Blocky Skript:**