Updated ioBroker FAQ & Anleitungen (markdown)

kuckuckmann
2023-08-15 14:16:21 +02:00
parent e54bd163d9
commit 0c413c4736

@@ -1094,6 +1094,12 @@ let FahrplanEntities = <PageEntities>
[Zum Blockly](https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/Blockly/ShellyDuo_inkl_InSel.xml)
**TS-Skript**
Im TS-Skript müssen wir nun noch ein PageItem für den Aufruf des **popupLight** erstellen:
```
<PageItem>{ id: 'alias.0.Shelly.ShellyDUO01', name: 'Shelly Duo GU10', minValueBrightness: 0, maxValueBrightness: 100, minValueColorTemp: 3000, maxValueColorTemp: 6465, interpolateColor: true, modeList: ['Color','White'], inSel_ChoiceState: true}
```
***