Updated NSPanel Page ‐ Typen_How 2_Beispiele (markdown)

Armilar
2024-02-07 22:32:09 +01:00
parent 489af34431
commit 3cbe2b9334

@@ -718,7 +718,7 @@ let SpotifyPremium: PageType =
**CardMedia - SqueezeboxRPC**
![image](https://user-images.githubusercontent.com/102996011/194286414-a1635626-d33b-4cc6-b8e6-1c1749636900.png)
![image](https://github.com/joBr99/nspanel-lovelace-ui/assets/102996011/4e3d6f3f-dbb5-4771-9e25-13af7c7f4593)
```typescript
let SqueezeboxRPC: PageType =
@@ -726,13 +726,16 @@ let SqueezeboxRPC: PageType =
'type': 'cardMedia',
'heading': 'SqueezeboxRPC',
'items': [{
id: 'alias.0.Media.LMS',
adapterPlayerInstance: 'squeezeboxrpc.0',
id: AliasPath + 'Media.PlayerSqueezeboxRPC',
adapterPlayerInstance: 'squeezeboxrpc.0.',
speakerList: ['SqueezePlay'],
mediaDevice: 'SqueezePlay',
playList: ['Playlist'],
colorMediaIcon: Green,
colorMediaArtist: Yellow,
colorMediaTitle: Yellow,
alwaysOnDisplay: true,
autoCreateALias: true
autoCreateALias : true
}]
};
```