mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-27 21:02:14 +01:00
Updated ioBroker ALIAS Definitionen (markdown)
@@ -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'
|
||||
},
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user