-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathform.json
More file actions
71 lines (71 loc) · 1.71 KB
/
form.json
File metadata and controls
71 lines (71 loc) · 1.71 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"elements": [
{
"name": "PageUpID",
"type": "SelectVariable",
"caption": "Up-Button"
},
{
"name": "PageDownID",
"type": "SelectVariable",
"caption": "Down-Button"
},
{
"name": "ActionUpID",
"type": "SelectVariable",
"caption": "Action Up-Button"
},
{
"name": "ActionDownID",
"type": "SelectVariable",
"caption": "Action Down-Button"
},
{
"name": "MaxPage",
"type": "NumberSpinner",
"caption": "Number of pages"
},
{
"name": "Timeout",
"type": "NumberSpinner",
"caption": "Display timeout"
},
{
"name": "ScriptID",
"type": "SelectScript",
"caption": "Display-Script"
}
],
"status": [
{
"code": 102,
"icon": "active",
"caption": "Configuration is valid."
},
{
"code": 104,
"icon": "inactive",
"caption": "No PRESS datapoint selected."
},
{
"code": 202,
"icon": "inactive",
"caption": "One or more invalid datapoints selected."
},
{
"code": 203,
"icon": "inactive",
"caption": "No Display-Script selected."
},
{
"code": 204,
"icon": "inactive",
"caption": "Timeout to small."
},
{
"code": 205,
"icon": "inactive",
"caption": "Number of pages to small."
}
]
}