mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-19 12:44:44 +01:00
Updated NSPanel Page ‐ Typen_How 2_Beispiele (markdown)
@@ -718,7 +718,7 @@ let SpotifyPremium: PageType =
|
|||||||
|
|
||||||
**CardMedia - SqueezeboxRPC**
|
**CardMedia - SqueezeboxRPC**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
let SqueezeboxRPC: PageType =
|
let SqueezeboxRPC: PageType =
|
||||||
@@ -726,13 +726,16 @@ let SqueezeboxRPC: PageType =
|
|||||||
'type': 'cardMedia',
|
'type': 'cardMedia',
|
||||||
'heading': 'SqueezeboxRPC',
|
'heading': 'SqueezeboxRPC',
|
||||||
'items': [{
|
'items': [{
|
||||||
id: 'alias.0.Media.LMS',
|
id: AliasPath + 'Media.PlayerSqueezeboxRPC',
|
||||||
adapterPlayerInstance: 'squeezeboxrpc.0',
|
adapterPlayerInstance: 'squeezeboxrpc.0.',
|
||||||
speakerList: ['SqueezePlay'],
|
speakerList: ['SqueezePlay'],
|
||||||
mediaDevice: 'SqueezePlay',
|
mediaDevice: 'SqueezePlay',
|
||||||
playList: ['Playlist'],
|
playList: ['Playlist'],
|
||||||
|
colorMediaIcon: Green,
|
||||||
|
colorMediaArtist: Yellow,
|
||||||
|
colorMediaTitle: Yellow,
|
||||||
alwaysOnDisplay: true,
|
alwaysOnDisplay: true,
|
||||||
autoCreateALias: true
|
autoCreateALias : true
|
||||||
}]
|
}]
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user