mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-03-07 11:39:40 +01:00
Updated ioBroker FAQ & Anleitungen (markdown)
@@ -458,13 +458,12 @@ Für den erstellten Datenpunkt nun einen Alias vom Typ Info anlegen.
|
|||||||
Im Script müsst ihr im Konfigurationsbereich nun eine PageQR hinzufügen.
|
Im Script müsst ihr im Konfigurationsbereich nun eine PageQR hinzufügen.
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
var WLAN = <PageQR>
|
let WLAN = <PageQR>
|
||||||
{
|
{
|
||||||
"type": "cardQR",
|
"type": "cardQR",
|
||||||
"heading": "Gäste WLAN",
|
"heading": "Gäste WLAN",
|
||||||
"useColor": true,
|
"useColor": true,
|
||||||
"subPage": false,
|
"subPage": false,
|
||||||
"parent": WLAN,
|
|
||||||
"items": [
|
"items": [
|
||||||
<PageItem>{ id: "alias.0.NPanel_1.TestGuestWifi" }
|
<PageItem>{ id: "alias.0.NPanel_1.TestGuestWifi" }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user