-
Notifications
You must be signed in to change notification settings - Fork 0
/
D_UDP.json
66 lines (64 loc) · 1.71 KB
/
D_UDP.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
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
{
"flashicon": "icons\/plugins.swf",
"imgIconBody": "",
"imgIconDimmable": "",
"imgIconTurnable": "",
"imgIconMin": "",
"imgIconMax": "",
"halloIconsDir": "pics\/hallo",
"DisplayStatus": {
},
"doc_url": {
"doc_language": 1,
"doc_manual": 1,
"doc_version": 1,
"doc_platform": 0,
"doc_page": "devices"
},
"Tabs": [
{
"Label": {
"lang_tag": "tabname_control",
"text": "UDP Notifier"
},
"Position": "0",
"TabType": "flash",
"ControlGroup": [
{
"id": "1",
"type": "info"
}
],
"Control": [
{
"ControlType": "label",
"Label": {
"lang_tag": "lblMsg",
"text": "Server:"
},
"Display": {
"Top": 10,
"Left": 20,
"Width": 200,
"Height": 20
}
},
{
"ControlGroup":"1",
"ControlPair":"1",
"ControlHeader":"1",
"ControlType": "variable",
"Display": {
"Service": "urn:upnp-poptart.org:serviceId:PCA1",
"Variable": "UDPAddress",
"Top": 40,
"Left": 20,
"Width": 500,
"Height": 20
}
}
]
}
],
"DeviceType": "urn:schemas-poptart.org:device:UDP"
}