mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-07 11:39:40 +01:00
Updated NSPanel ‐ cardThermo ‐ Klimaanlage (markdown)
@@ -15,6 +15,22 @@ Diese Dokumentation der Klimaanlage bezieht sich auf den vollen Funktionsumfang
|
|||||||
|
|
||||||
## Die cardThermo Definition im NSPanel-Script
|
## Die cardThermo Definition im NSPanel-Script
|
||||||
|
|
||||||
|
**Minimale Definition**
|
||||||
|
```typescript
|
||||||
|
let Test_Klimaanlage: PageType =
|
||||||
|
{
|
||||||
|
'type': 'cardThermo',
|
||||||
|
'heading': 'Test Klimaanlage',
|
||||||
|
'items': [{
|
||||||
|
id: 'alias.0.NSPanel_1.TestKlimaanlage',
|
||||||
|
minValue: 50,
|
||||||
|
maxValue: 250,
|
||||||
|
stepValue: 5,
|
||||||
|
}]
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
|
**Maximale Definition**
|
||||||
```typescript
|
```typescript
|
||||||
let Test_Klimaanlage: PageType =
|
let Test_Klimaanlage: PageType =
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user