Updated NSPanel ‐ cardThermo ‐ Klimaanlage (markdown)

Armilar
2024-10-20 20:17:15 +02:00
parent 6931637ae4
commit 5495b52131

@@ -1,4 +1,33 @@
Die Dokumentation erfolgt auf Basis von Test-Datenpunkten unter 0_userdata.0...
## Alias
## cardThermo als "Klimaanlage" im Live-Betrieb
![Nextion_Editor_y0GuTvMgd0](https://github.com/user-attachments/assets/32cb3891-1d9b-43a6-b88f-37194149a4bc)
## Alias vom Channel Typ "Klimaanlage"
![image](https://github.com/user-attachments/assets/0fea258e-de90-456b-a9c9-1e0c87f738ef)
## Die cardThermo Definition im NSPanel-Script
```typescript
let Buero_Klimaanlage: PageType =
{
'type': 'cardThermo',
'heading': 'Test Klimaanlage',
'items': [{
id: 'alias.0.NSPanel_1.TestKlimaanlage',
minValue: 50,
maxValue: 250,
stepValue: 5,
iconArray: ['power-standby','air-conditioner','snowflake','fire','alpha-e-circle-outline','fan','water-percent','swap-vertical-bold'],
popupThermoMode1: ['Auto','0','1','2','3'],
popupThermoMode2: ['Auto','0','1','2','3','4','5'],
popupThermoMode3: ['Auto','Manual','Boost',],
popUpThermoName: ['Schwenk-Modus', 'Speed', 'Temperatur'],
icon: 'fan',
setThermoAlias: ['popupKlima_Mode_1','popupKlima_Mode_2','popupKlima_Mode_3'],
//setThermoDestTemp2: 'ACTUAL2'
}]
};
```