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

Armilar
2024-01-08 21:23:03 +01:00
parent da18aaf24b
commit 5ce9203880

@@ -0,0 +1,18 @@
```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
}]
};
```