-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathD_GenGenSceneControllerInstaller.json
More file actions
64 lines (64 loc) · 1.72 KB
/
D_GenGenSceneControllerInstaller.json
File metadata and controls
64 lines (64 loc) · 1.72 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
{
"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": "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:SceneControllerInstaller:1",
"device_type": "urn:schemas-gengen_mcv-org:device:SceneControllerInstaller:1"
}