-
Notifications
You must be signed in to change notification settings - Fork 5
/
D_WeMo1.json
75 lines (74 loc) · 1.75 KB
/
D_WeMo1.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
67
68
69
70
71
72
73
74
{
"flashicon": "http://futzle.com/mios/wemo_50x50.png",
"doc_url": {
"doc_language": 1,
"doc_manual": 1,
"doc_version": 1,
"doc_platform": 0,
"doc_page": "devices"
},
"inScene": "0",
"x": 2,
"y": 4,
"Tabs": [
{
"Label": {
"lang_tag": "tabname_control",
"text": "Control"
},
"Position": "0",
"TabType": "flash",
"SceneGroup": [
],
"ControlGroup": [
],
"Control": [
{
}
]
},
{
"Label": {
"lang_tag": "configure",
"text": "Configure"
},
"Position": 1,
"TabType": "javascript",
"ScriptName": "J_WeMo1.js",
"Function": "configuration"
},
{
"Label": {
"lang_tag": "advanced",
"text": "Advanced"
},
"Position": "2",
"TabType": "javascript",
"ScriptName": "shared.js",
"Function": "advanced_device"
},
{
"Label": {
"lang_tag": "logs",
"text": "Logs"
},
"Position": "3",
"TabType": "javascript",
"ScriptName": "shared.js",
"Function": "device_logs"
},
{
"Label": {
"lang_tag": "notifications",
"text": "Notifications"
},
"Position": "4",
"TabType": "javascript",
"ScriptName": "shared.js",
"Function": "device_notifications"
}
],
"DeviceType": "urn:schemas-futzle-com:device:WeMo:1",
"eventList2": [
]
}