-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathform.json
39 lines (39 loc) · 880 Bytes
/
form.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"elements": [
{
"name": "Interval",
"type": "NumberSpinner",
"caption": "Interval",
"suffix": "seconds"
}
],
"status": [
{
"code": 102,
"icon": "active",
"caption": "Configuration is valid."
},
{
"code": 104,
"icon": "inactive",
"caption": "No interval active."
},
{
"code": 202,
"icon": "error",
"caption": "Interval to small."
},
{
"code": 203,
"icon": "inactive",
"caption": "Interval smaller as 5 not possible."
}
],
"actions": [
{
"type": "Button",
"caption": "read WR-Interfaces",
"onClick": "HM_ReadWRInterface($id);"
}
]
}