forked from ElephantEight/GenGenSceneController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathD_GenGenSceneControllerUninstaller.json
More file actions
104 lines (104 loc) · 2.21 KB
/
D_GenGenSceneControllerUninstaller.json
File metadata and controls
104 lines (104 loc) · 2.21 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"default_icon": "scene_controller_default.png",
"flashicon": "icons/devices.swf",
"imgIconBody": "",
"imgIconDimmable": "",
"imgIconTurnable": "",
"imgIconMin": "",
"imgIconMax": "",
"halloIconsDir": "pics/hallo",
"inScene": "0",
"DisplayStatus": {},
"doc_url": {
"doc_language": 1,
"doc_manual": 1,
"doc_version": 1,
"doc_platform": 0,
"doc_page": "devices"
},
"Tabs": [{
"Label": {
"lang_tag": "uninstaller",
"text": "Uninstaller"
},
"Position": "0",
"TabType": "flash",
"TopNavigationTab": 1,
"top_navigation_tab": 1,
"ConfigFunction": "1",
"SceneGroup": [{
"id": "1",
"top": "1",
"left": "0",
"x": "2",
"y": "2"
}],
"ControlGroup": [{
"id": "1",
"scenegroup": "1"
}],
"Control": [{
"ControlGroup": "1",
"HorizontalMultiplier": "2",
"ControlType": "button",
"ControlCode": "Test1",
"Label": {
"text": "Uninstall"
},
"Display": {
"Top": 20,
"Left": 50,
"Width": 150,
"Height": 20
},
"Command": {
"Service": "urn:gengen_mcv-org:serviceId:SceneControllerUninstaller1",
"Action": "Uninstall"
}
}]
},
{
"Label": {
"lang_tag": "settings",
"text": "Settings"
},
"Position": "0",
"TabType": "javascript",
"ScriptName": "shared.js",
"Function": "simple_device"
},
{
"Label": {
"lang_tag": "advanced",
"text": "Advanced"
},
"Position": "1",
"TabType": "javascript",
"ScriptName": "shared.js",
"Function": "advanced_device"
},
{
"Label": {
"lang_tag": "device_options",
"text": "Device Options"
},
"Position": "2",
"TabType": "javascript",
"ScriptName": "shared.js",
"Function": "device_zwave_options"
},
{
"Label": {
"lang_tag": "notifications",
"text": "Notifications"
},
"Position": "3",
"TabType": "javascript",
"ScriptName": "shared.js",
"Function": "device_notifications"
}
],
"eventList2": [],
"DeviceType": "urn:schemas-gengen_mcv-org:device:SceneControllerUninstaller:1",
"device_type": "urn:schemas-gengen_mcv-org:device:SceneControllerUninstaller:1"
}