diff --git a/ioBroker---FAQ-&-Anleitungen.md b/ioBroker---FAQ-&-Anleitungen.md index c968fed..9e3e868 100644 --- a/ioBroker---FAQ-&-Anleitungen.md +++ b/ioBroker---FAQ-&-Anleitungen.md @@ -984,7 +984,8 @@ Weiterhin im ALIAS unter ![image](https://user-images.githubusercontent.com/9913 * **TS-Skript:** -`let WZ_Heizung = +```typescript +let WZ_Heizung = { "type": "cardThermo", "heading": "WZ Thermostat", @@ -992,7 +993,8 @@ Weiterhin im ALIAS unter ![image](https://user-images.githubusercontent.com/9913 "subPage": false, "parent": undefined, "items": [{ id: "alias.0.NSPanel1.HeizungWZ", minValue: 50, maxValue: 300 }] -};` +}; +``` * **Blocky Skript:**