diff --git a/NSPanel-‐-cardMedia-‐-Der-Bose-Soundtouch-Player.md b/NSPanel-‐-cardMedia-‐-Der-Bose-Soundtouch-Player.md index 966e924..611513b 100644 --- a/NSPanel-‐-cardMedia-‐-Der-Bose-Soundtouch-Player.md +++ b/NSPanel-‐-cardMedia-‐-Der-Bose-Soundtouch-Player.md @@ -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 - }] -}; -``` \ No newline at end of file +Das PageItem enthält keinen equalizerString --> Die Favoriten werden automatisch aus dem Datenpunkt: `sonos.0.root..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 +> }] +>}; +>``` \ No newline at end of file