Updated Test ‐ Wir testen hier was (markdown)

kuckuckmann
2023-09-28 13:50:59 +02:00
parent 992c69f068
commit 7efadea844

@@ -5,8 +5,7 @@ Auf dieser Seite testen wir was für die zukünftige Wiki
![](https://user-images.githubusercontent.com/102996011/216006611-32155c9c-84ba-48eb-8b07-2485d80eb99b.png)
```
let SensorGrid = <PageGrid>
{
let SensorGrid = <PageGrid>{
'type': 'cardGrid',
'heading': 'Sensor Werte',
'useColor': true,
@@ -17,11 +16,14 @@ let SensorGrid = <PageGrid>
<PageItem>{ id: 'alias.0.NSPanel_1.UV_Index', name: 'UV Index', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 0, 'val_max': 12} },
<PageItem>{ id: 'alias.0.NSPanel_1.Windstaerke', name: 'Windstärke bft', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 0, 'val_max': 9} },
<PageItem>{ id: 'alias.0.NSPanel_1.Luftdruck', name: 'Luftdruck hPa', offColor: White , onColor: White, useValue: true, colorScale: {'val_min': 950, 'val_max': 1050, 'val_best': 1013} },
]
};
]};
```
***
<table>
<tr>
<td>##CardGrid für Sensorwerte</td>