mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-08 00:39:41 +01:00
Updated Test ‐ Wir testen hier was (markdown)
@@ -654,7 +654,60 @@ let SqueezeboxRPC = <PageMedia>
|
|||||||
autoCreateALias : true
|
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>
|
</details>
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|||||||
Reference in New Issue
Block a user