Updated NSPanel ‐ cardMedia ‐ Der Bose Soundtouch Player (markdown)

Armilar
2024-01-08 21:26:07 +01:00
parent a641a6c068
commit 42ccd7b120

@@ -1,18 +1,19 @@
```TypeScript
let BoseSoundtouch: PageType =
{
'type': 'cardMedia',
'heading': 'Bose Soundtouch',
'items': [{
id: AliasPath + 'Media.PlayerBoseSoundtouch',
adapterPlayerInstance: "bosesoundtouch.0.",
speakerList: ['Wohnzimmer'],
colorMediaIcon: White,
colorMediaArtist: Yellow,
colorMediaTitle: Yellow,
alwaysOnDisplay: true,
autoCreateALias: true
}]
};
```
Das PageItem enthält keinen equalizerString --> Die Favoriten werden automatisch aus dem Datenpunkt: `sonos.0.root.<DEVICE_IP>.favorites_list_array` extrahiert:
> [!CAUTION]
>```TypeScript
>let BoseSoundtouch: PageType =
>{
> 'type': 'cardMedia',
> 'heading': 'Bose Soundtouch',
> 'items': [{
> id: AliasPath + 'Media.PlayerBoseSoundtouch',
> adapterPlayerInstance: "bosesoundtouch.0.",
> speakerList: ['Wohnzimmer'],
> colorMediaIcon: White,
> colorMediaArtist: Yellow,
> colorMediaTitle: Yellow,
> alwaysOnDisplay: true,
> autoCreateALias: true
> }]
>};
>```