-
Notifications
You must be signed in to change notification settings - Fork 5
/
D_WeMo1_UI7.json
50 lines (50 loc) · 1.31 KB
/
D_WeMo1_UI7.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
{
"default_icon": "http://futzle.com/mios/wemo_50x50.png",
"inScene": "0",
"x": 2,
"y": 4,
"Tabs": [
{
"Label": {
"lang_tag": "configure",
"text": "Configure"
},
"Position": 1,
"TabType": "javascript",
"ScriptName": "J_WeMo1_UI7.js",
"Function": "WeMo.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": []
}