mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-07 11:39:40 +01:00
Updated Test ‐ Wir testen hier was (markdown)
@@ -654,7 +654,60 @@ let SqueezeboxRPC = <PageMedia>
|
||||
autoCreateALias : true
|
||||
}]
|
||||
};
|
||||
```
|
||||
```
|
||||
|
||||
## CardMedia - Volumio
|
||||
|
||||

|
||||
|
||||
```
|
||||
let VolumioBoss: PageMedia =
|
||||
{
|
||||
'type': 'cardMedia',
|
||||
'heading': 'Volumio-Büro',
|
||||
'useColor': true,
|
||||
'subPage': false,
|
||||
'parent': undefined,
|
||||
'prev': undefined,
|
||||
'next': undefined,
|
||||
'home': undefined,
|
||||
'items': [<PageItem>{
|
||||
id: 'alias.0.NSPanel.Volumio-Boss',
|
||||
adapterPlayerInstance: 'volumio.0.',
|
||||
speakerList: [], /* this must, no function */
|
||||
playList: [], /* empty for dynamic reading */
|
||||
colorMediaIcon: colorSpotify,
|
||||
colorMediaTitle: colorSpotify,
|
||||
colorMediaArtist: Yellow,
|
||||
autoCreateALias : true
|
||||
}]
|
||||
};
|
||||
```
|
||||
|
||||
```
|
||||
let VolumioMobil: PageMedia =
|
||||
{
|
||||
'type': 'cardMedia',
|
||||
'heading': 'Volumio-Mobil',
|
||||
'useColor': true,
|
||||
'subPage': false,
|
||||
'parent': undefined,
|
||||
'prev': undefined,
|
||||
'next': undefined,
|
||||
'home': undefined,
|
||||
'items': [<PageItem>{
|
||||
id: 'alias.0.NSPanel.Volumio-Mobil',
|
||||
adapterPlayerInstance: 'volumio.1.',
|
||||
speakerList: [], /* this must, no function */
|
||||
playList: [], /* empty for dynamic reading */
|
||||
colorMediaIcon: Yellow,
|
||||
colorMediaTitle: Yellow,
|
||||
colorMediaArtist: Gray,
|
||||
autoCreateALias : true
|
||||
}]
|
||||
};
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
***
|
||||
|
||||
Reference in New Issue
Block a user