Updated ioBroker ALIAS Definitionen (markdown)

Armilar
2025-06-30 22:12:04 +02:00
parent 5f4fac3a8b
commit 234bf96dad

@@ -361,21 +361,21 @@ Beispiel für das PageItem (Version 1):
Beispiel für das PageItem (Version: 2):
```
{
id: 'alias.0.Haus.Erdgeschoss.Buero.Aktoren.Fyrtur',
minValueLevel: 21,
maxValueLevel: 99,
icon: "blinds-horizontal",
offColor: HMIOff,
onColor: HMIOn,
name: 'IKEA Fyrtur' ,
secondRow: 'Büro Fenster',
popupVersion: 2,
customIcons: [{
Button1: {id: '0_userdata.0.Test.Shutter2.bEntity1State', icon: 'power', icon2: 'power-off', iconOnColor: Yellow, iconOffColor: HMIOff, buttonType: 'toggle'},
Button2: {id: '0_userdata.0.Test.Shutter2.bEntity2State', icon: 'shield-sun-outline', icon2: 'shield-sun', iconOnColor: HMIOn, iconOffColor: HMIOff, buttonType: 'press'},
Button3: {id: 'alias.0.Haus.Erdgeschoss.Buero.Sensoren.Fenster.ACTUAL', icon: 'window-closed-variant', icon2: 'window-open-variant', iconOnColor: Yellow, iconOffColor: HMIOff, buttonType: 'indicator'}
}],
shutterType: 'shutter' /*shutter, shades, blinds*/
id: 'alias.0.Haus.Erdgeschoss.Buero.Aktoren.Fyrtur',
minValueLevel: 99,
maxValueLevel: 21,
icon: "blinds-horizontal",
offColor: HMIOff,
onColor: HMIOn,
name: 'IKEA Fyrtur' ,
secondRow: 'Büro Fenster',
popupVersion: 2,
shutterIcons: [
{id: '0_userdata.0.Test.Shutter2.bEntity1State', icon: 'power', icon2: 'power-off', iconOnColor: Yellow, iconOffColor: HMIOff, buttonType: 'toggle'},
{id: '0_userdata.0.Test.Shutter2.bEntity2State', icon: 'shield-sun-outline', icon2: 'shield-sun', iconOnColor: HMIOn, iconOffColor: HMIOff, buttonType: 'press'},
{id: 'alias.0.Haus.Erdgeschoss.Buero.Sensoren.Fenster.ACTUAL', icon: 'window-closed-variant', icon2: 'window-open-variant', iconOnColor: Yellow, iconOffColor: HMIOff, buttonType: 'indicator'}
],
shutterType: 'shutter'
},
```