-
Notifications
You must be signed in to change notification settings - Fork 0
/
D_EnergeniePMS2.json
101 lines (101 loc) · 1.72 KB
/
D_EnergeniePMS2.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
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
{
"default_icon": "../../../icons/home.png",
"state_icons":[
{
"img": "../../../icons/home.png",
"conditions": [
{
"service": "urn:nodecentral-net:serviceId:EnergeniePMS2",
"variable": "Icon",
"operator": "==",
"value": 1
}
]
},
{
"img": "../../../icons/error.png",
"conditions": [
{
"service": "urn:nodecentral-net:serviceId:EnergeniePMS2",
"variable": "Icon",
"operator": "==",
"value": 2
}
]
}
],
"x":"2",
"y":"4",
"inScene":"0",
"Tabs": [
{
"Label": {
"lang_tag": "ui7_tabname_control",
"text": "Control"
},
"Position": "0",
"TabType": "flash",
"top_navigation_tab": 1,
"ControlGroup":[
{
"id": "1",
"scenegroup": "1"
}
],
"SceneGroup":[
{
"id": "1",
"top": "1.5",
"left": "0.25",
"x": "1.5",
"y": "2"
}
],
"Control": [
{
"ControlGroup":"1",
"ControlType": "variable",
"top": "1",
"left": "0",
"Display": {
"Service": "urn:nodecentral-net:serviceId:EnergeniePMS2",
"Variable": "PluginVersion",
"Top": 60,
"Left": 145,
"Width": 75,
"Height": 20
}
},
{
"ControlGroup":"1",
"ControlType": "label",
"top": "0",
"left": "0",
"Label": {
"lang_tag": "ui7_adhoc",
"text": "v"
},
"Display": {
"Top": 60,
"Left": 180,
"Width": 75,
"Height": 20
}
}
]
},
{
"Label": {
"lang_tag": "ui7_advanced",
"text": "Advanced"
},
"Position": "1",
"TabType": "javascript",
"ScriptName": "shared.js",
"Function": "advanced_device"
}
],
"eventList2": [
],
"device_type": "urn:schemas-micasaverde-com:device:LightSensor:1"
}