Updated NSPanel Page ‐ Typen_How 2_Beispiele (markdown)

Thomas
2024-01-12 15:44:03 +01:00
parent afeec77995
commit d9e0b4f1a6

@@ -615,7 +615,6 @@ let Alexa: PageType =
{
'type': 'cardMedia',
'heading': 'Alexa',
'useColor': true,
'items': [{
id: AliasPath + 'Media.PlayerAlexa',
adapterPlayerInstance: 'alexa2.0.',
@@ -656,7 +655,6 @@ let Sonos: PageType =
{
'type': 'cardMedia',
'heading': 'Sonos Player',
'useColor': true,
'items': [{
id: AliasPath + 'Media.PlayerSonos',
adapterPlayerInstance: 'sonos.0.',
@@ -699,7 +697,6 @@ let SpotifyPremium: PageType =
{
'type': 'cardMedia',
'heading': 'Spotify-Premium',
'useColor': true,
'items': [{
id: AliasPath + 'Media.PlayerSpotifyPremium',
adapterPlayerInstance: "spotify-premium.0.",
@@ -728,7 +725,6 @@ let SqueezeboxRPC: PageType =
{
'type': 'cardMedia',
'heading': 'SqueezeboxRPC',
'useColor': true,
'items': [{
id: 'alias.0.Media.LMS',
adapterPlayerInstance: 'squeezeboxrpc.0',
@@ -751,12 +747,6 @@ let VolumioBoss: PageType =
{
'type': 'cardMedia',
'heading': 'Volumio-Büro',
'useColor': true,
'subPage': false,
'parent': undefined,
'prev': undefined,
'next': undefined,
'home': undefined,
'items': [{
id: 'alias.0.NSPanel.Volumio-Boss',
adapterPlayerInstance: 'volumio.0.',
@@ -776,12 +766,6 @@ let VolumioMobil: PageType =
{
'type': 'cardMedia',
'heading': 'Volumio-Mobil',
'useColor': true,
'subPage': false,
'parent': undefined,
'prev': undefined,
'next': undefined,
'home': undefined,
'items': [{
id: 'alias.0.NSPanel.Volumio-Mobil',
adapterPlayerInstance: 'volumio.1.',
@@ -812,7 +796,6 @@ let Buero_Themostat: PageType =
{
'type': 'cardThermo',
'heading': 'Test Thermostat',
'useColor': true,
'items': [{
id: 'alias.0.NSPanel_1.Thermostat_Buero',
minValue: 50,
@@ -839,7 +822,6 @@ let Buero_Klimaanlage: PageType =
{
'type': 'cardThermo',
'heading': 'Test Klimaanlage',
'useColor': true,
'items': [{
id: 'alias.0.NSPanel_1.TestKlimaanlage',
minValue: 50,
@@ -867,7 +849,6 @@ let Pool_Waermepumpe: PageType =
{
'type': 'cardThermo',
'heading': 'Pool Wärmepumpe',
'useColor': true,
'items': [{
id: 'alias.0.NSPanel_1.Pool_Waermepumpe',
minValue: 100,
@@ -895,7 +876,6 @@ let Buero_Alarm: PageType =
{
'type': 'cardAlarm',
'heading': 'Alarmanlage',
'useColor': true,
'items': [{ id: 'alias.0.Alarm' }]
};
```
@@ -919,7 +899,6 @@ let Unlock_Service: PageType =
{
'type': 'cardUnlock',
'heading': 'Service Pages',
'useColor': true,
'items': [{ id: 'alias.0.NSPanel.Unlock',
targetPage: 'NSPanel_Service_SubPage',
autoCreateALias: true }
@@ -967,7 +946,6 @@ let CardChartExample: PageType =
{
'type': 'cardChart',
'heading': 'Stromzähler L1+L2+L3',
'useColor': true,
'items': [{
id: 'alias.0.NSPanel_1.cardChart',
yAxis: 'Leistung [kW]',
@@ -987,7 +965,6 @@ let CardLChartExample: PageType =
{
'type': 'cardLChart',
'heading': 'Büro Temperatur',
'useColor': true,
'items': [{
id: 'alias.0.Haus.Erdgeschoss.Buero.Charts.Temperatur',
yAxis: 'Temperatur [°C]',
@@ -1008,7 +985,6 @@ let CardPower: PageType =
{
'type': 'cardPower',
'heading': 'Energiefluss',
'useColor': true,
'items': [
{ id: 'alias.0.NSPanel.cardPower',
alwaysOnDisplay: true }
@@ -1022,7 +998,6 @@ let CardPowerExample: PageType =
{
'type': 'cardPower',
'heading': 'cardPower Emulator',
'useColor': true,
'items': [
{ }
]
@@ -1044,7 +1019,6 @@ let WLAN: PageType =
{
'type': 'cardQR',
'heading': 'Gäste WLAN',
'useColor': true,
'items': [{ id: 'alias.0.NSPanel_1.Guest_Wifi',
hidePassword: false,
autoCreateALias: true }]