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): Beispiel für das PageItem (Version: 2):
``` ```
{ {
id: 'alias.0.Haus.Erdgeschoss.Buero.Aktoren.Fyrtur', id: 'alias.0.Haus.Erdgeschoss.Buero.Aktoren.Fyrtur',
minValueLevel: 21, minValueLevel: 99,
maxValueLevel: 99, maxValueLevel: 21,
icon: "blinds-horizontal", icon: "blinds-horizontal",
offColor: HMIOff, offColor: HMIOff,
onColor: HMIOn, onColor: HMIOn,
name: 'IKEA Fyrtur' , name: 'IKEA Fyrtur' ,
secondRow: 'Büro Fenster', secondRow: 'Büro Fenster',
popupVersion: 2, popupVersion: 2,
customIcons: [{ shutterIcons: [
Button1: {id: '0_userdata.0.Test.Shutter2.bEntity1State', icon: 'power', icon2: 'power-off', iconOnColor: Yellow, iconOffColor: HMIOff, buttonType: 'toggle'}, {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'}, {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'} {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*/ shutterType: 'shutter'
}, },
``` ```