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