mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-07 11:39:40 +01:00
Updated NSPanel Page ‐ Typen_How 2_Beispiele (markdown)
@@ -166,8 +166,12 @@ Das `<PageItem>` wird gefolgt von `{},`. Innerhalb der geschweiften Klammern fol
|
|||||||
* `yAxisTicks` : Werte-Skala der yAchse Wird in `[``, ``, ``]` gefasst und enthält eine kommaseparierte Liste an Werten
|
* `yAxisTicks` : Werte-Skala der yAchse Wird in `[``, ``, ``]` gefasst und enthält eine kommaseparierte Liste an Werten
|
||||||
* `onColor` : Farbe der Balken
|
* `onColor` : Farbe der Balken
|
||||||
|
|
||||||
|
#### **CardUnlock** spezifische Angabe:
|
||||||
|
* `autoCreateALias` : NSPanel-Script erstellt die Datenpunkte unter 0_userdata.0 und alias.0 automatisch, wenn Wert = `true`
|
||||||
|
|
||||||
#### **CardQR** spezifische Angabe:
|
#### **CardQR** spezifische Angabe:
|
||||||
* `hidePassword` : versteckt das WLAN Passwort auf der **PageQR**
|
* `hidePassword` : versteckt das WLAN Passwort auf der **PageQR**
|
||||||
|
* `autoCreateALias` : NSPanel-Script erstellt die Datenpunkte unter 0_userdata.0 und alias.0 automatisch, wenn Wert = `true`
|
||||||
|
|
||||||
#### **CardMedia** spezifische Konfiguration:
|
#### **CardMedia** spezifische Konfiguration:
|
||||||
* `adapterPlayerInstance` : legt die Adapter-Instanz für die Adapter alexa2, spotify-premium, sonos, squeezeboxrpc, chromecast oder volumio fest
|
* `adapterPlayerInstance` : legt die Adapter-Instanz für die Adapter alexa2, spotify-premium, sonos, squeezeboxrpc, chromecast oder volumio fest
|
||||||
@@ -1032,9 +1036,9 @@ let WLAN = <PageQR>
|
|||||||
'type': 'cardQR',
|
'type': 'cardQR',
|
||||||
'heading': 'Gäste WLAN',
|
'heading': 'Gäste WLAN',
|
||||||
'useColor': true,
|
'useColor': true,
|
||||||
'subPage': true,
|
'items': [<PageItem>{ id: 'alias.0.NSPanel_1.Guest_Wifi',
|
||||||
'parent': Subpages_1,
|
hidePassword: false,
|
||||||
'items': [<PageItem>{ id: 'alias.0.NSPanel_1.Guest_Wifi', hidePassword: false }]
|
autoCreateALias: true }]
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|||||||
Reference in New Issue
Block a user