-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform.json
More file actions
16 lines (14 loc) · 966 Bytes
/
form.json
File metadata and controls
16 lines (14 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"elements":
[
{ "type": "NumberSpinner", "name": "OWDID", "caption": "OWD" },
{ "type": "Label", "label": "Fügen Sie hier die OWD-Nummer aus der 1-Wire Controller / 1-Wire Gateway OWD-Übersicht ein." },
{ "type": "Label", "label": "" },
{ "type": "Label", "label": "" },
{ "type": "Label", "label": "Eine Beschreibung der Einbindung des ESERA Systems in IP-Symcon finden Sie unter www.esera.de, kompatible Steuerungen, IP-Symcon." },
{ "type": "Label", "label": "Nachfolgend ein Link zur Modul Dokumentation, ESERA Website und Support Videos." },
{ "type": "Button", "label": "Modul Dokumentation", "onClick": "echo 'https://github.com/ESERA-Automation/IPS-Module/tree/master/Temperatur-Feuchte%20Sensor/'" },
{ "type": "Button", "label": "ESERA Webside", "onClick": "echo 'https://www.esera.de/'" },
{ "type": "Button", "label": "ESERA Support Videos", "onClick": "echo 'https://www.esera.de/service-support/how-to-support-videos/'" }
]
}