-
Notifications
You must be signed in to change notification settings - Fork 2
/
form.json
41 lines (41 loc) · 985 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
40
41
{
"elements": [
{
"type": "Label",
"caption": "When send commands the following zone is used for"
},
{
"name": "Zone",
"type": "Select",
"caption": "Zone",
"options": [
{
"caption": "Tuner Main Zone",
"value": 1
},
{
"caption": "Tuner Zone 2",
"value": 2
},
{
"caption": "Tuner Zone 3",
"value": 3
},
{
"caption": "Tuner Zone 4",
"value": 4
}
]
}
],
"actions": [
{
"type": "TestCenter"
},
{
"type": "Button",
"caption": "Request State",
"onClick": "OAVR_RequestState($id,'ALL');"
}
]
}