@zwave-js/config 8.11.2 → 8.11.3-20220129
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/devices/0x0002/mt02650.json +6 -0
- package/config/devices/0x001d/dz15s.json +7 -0
- package/config/devices/0x010f/fgd212.json +4 -0
- package/config/devices/0x010f/fgfs101.json +4 -0
- package/config/devices/0x0159/zmnhtd.json +27 -0
- package/config/devices/0x027a/zen25.json +28 -33
- package/config/devices/0x0287/iblindsv3.json +43 -1
- package/config/devices/0x032e/dat-101.json +389 -0
- package/config/devices/0x0344/he-rs01.json +25 -0
- package/config/devices/0x0344/templates/heltun_template.json +8 -0
- package/config/devices/index.json +34023 -0
- package/package.json +2 -3
- package/LICENSE +0 -21
|
@@ -32,5 +32,11 @@
|
|
|
32
32
|
["Battery", "get"],
|
|
33
33
|
["Thermostat Setpoint", "get", 1]
|
|
34
34
|
]
|
|
35
|
+
},
|
|
36
|
+
"metadata": {
|
|
37
|
+
"inclusion": "In order to include (add) a Z-Wave device to a network it must be in factory default state.\nClick on the middle button will confirm inclusion or exclusion and wakeup the device for wireless communication.\nA long push for 3 seconds on the middle buttons enters and leaves the management mode indicated by a 'M'.",
|
|
38
|
+
"exclusion": "Click on the middle button will confirm inclusion or exclusion and wakeup the device for wireless communication.\nA long push for 3 seconds on the middle buttons enters and leaves the management mode indicated by a 'M'.",
|
|
39
|
+
"reset": "Remove the batteries and keep the function button '*' pressed for 5 seconds after the batteries are inserted back.\nThis procedure should only be used when the primary controller is inoperable.",
|
|
40
|
+
"manual": "http://manuals-backend.z-wave.info/make.php?lang=en&sku=DEVE9356&cert=ZC08-15020003"
|
|
35
41
|
}
|
|
36
42
|
}
|
|
@@ -46,6 +46,33 @@
|
|
|
46
46
|
}
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
|
+
{
|
|
50
|
+
"#": "10",
|
|
51
|
+
"label": "All On / All Off Function",
|
|
52
|
+
"valueSize": 2,
|
|
53
|
+
"minValue": 0,
|
|
54
|
+
"maxValue": 255,
|
|
55
|
+
"defaultValue": 255,
|
|
56
|
+
"allowManualEntry": false,
|
|
57
|
+
"options": [
|
|
58
|
+
{
|
|
59
|
+
"label": "Disable both",
|
|
60
|
+
"value": 0
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"label": "Disable All On, Enable All Off",
|
|
64
|
+
"value": 1
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"label": "Enable All On, Disable All Off",
|
|
68
|
+
"value": 2
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"label": "Enable both",
|
|
72
|
+
"value": 255
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
},
|
|
49
76
|
{
|
|
50
77
|
"#": "11",
|
|
51
78
|
"label": "Timer turning off IR external relay",
|
|
@@ -39,9 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"#": "2",
|
|
42
|
-
"label": "
|
|
43
|
-
"
|
|
44
|
-
"unit": "Watta",
|
|
42
|
+
"label": "Power (W) Report Threshold",
|
|
43
|
+
"unit": "W",
|
|
45
44
|
"valueSize": 4,
|
|
46
45
|
"minValue": 0,
|
|
47
46
|
"maxValue": 65535,
|
|
@@ -55,8 +54,8 @@
|
|
|
55
54
|
},
|
|
56
55
|
{
|
|
57
56
|
"#": "3",
|
|
58
|
-
"label": "
|
|
59
|
-
"unit": "
|
|
57
|
+
"label": "Power (W) Report Frequency",
|
|
58
|
+
"unit": "seconds",
|
|
60
59
|
"valueSize": 4,
|
|
61
60
|
"minValue": 30,
|
|
62
61
|
"maxValue": 2678400,
|
|
@@ -64,36 +63,35 @@
|
|
|
64
63
|
},
|
|
65
64
|
{
|
|
66
65
|
"#": "4",
|
|
67
|
-
"label": "Energy Frequency",
|
|
68
|
-
"unit": "
|
|
66
|
+
"label": "Energy (kWh) Report Frequency",
|
|
67
|
+
"unit": "seconds",
|
|
69
68
|
"valueSize": 4,
|
|
70
|
-
"minValue":
|
|
69
|
+
"minValue": 5,
|
|
71
70
|
"maxValue": 2678400,
|
|
72
71
|
"defaultValue": 300
|
|
73
72
|
},
|
|
74
73
|
{
|
|
75
74
|
"#": "5",
|
|
76
|
-
"label": "Voltage Frequency",
|
|
77
|
-
"unit": "
|
|
75
|
+
"label": "Voltage (V) Report Frequency",
|
|
76
|
+
"unit": "seconds",
|
|
78
77
|
"valueSize": 4,
|
|
79
|
-
"minValue":
|
|
78
|
+
"minValue": 5,
|
|
80
79
|
"maxValue": 2678400,
|
|
81
80
|
"defaultValue": 300
|
|
82
81
|
},
|
|
83
82
|
{
|
|
84
83
|
"#": "6",
|
|
85
|
-
"label": "Current Frequency",
|
|
86
|
-
"
|
|
87
|
-
"unit": "Seconds",
|
|
84
|
+
"label": "Current (A) Report Frequency",
|
|
85
|
+
"unit": "seconds",
|
|
88
86
|
"valueSize": 4,
|
|
89
|
-
"minValue":
|
|
87
|
+
"minValue": 5,
|
|
90
88
|
"maxValue": 2678400,
|
|
91
89
|
"defaultValue": 300
|
|
92
90
|
},
|
|
93
91
|
{
|
|
94
92
|
"#": "7",
|
|
95
93
|
"label": "Overload Protection",
|
|
96
|
-
"unit": "
|
|
94
|
+
"unit": "A",
|
|
97
95
|
"valueSize": 1,
|
|
98
96
|
"minValue": 1,
|
|
99
97
|
"maxValue": 10,
|
|
@@ -101,8 +99,7 @@
|
|
|
101
99
|
},
|
|
102
100
|
{
|
|
103
101
|
"#": "8",
|
|
104
|
-
"label": "
|
|
105
|
-
"description": "Enable Auto Turn-Off Timer for Left Outlet",
|
|
102
|
+
"label": "Auto-Off (Left Outlet)",
|
|
106
103
|
"valueSize": 1,
|
|
107
104
|
"minValue": 0,
|
|
108
105
|
"maxValue": 1,
|
|
@@ -121,8 +118,8 @@
|
|
|
121
118
|
},
|
|
122
119
|
{
|
|
123
120
|
"#": "9",
|
|
124
|
-
"label": "
|
|
125
|
-
"unit": "
|
|
121
|
+
"label": "Auto-Off Delay (Left Outlet)",
|
|
122
|
+
"unit": "minutes",
|
|
126
123
|
"valueSize": 4,
|
|
127
124
|
"minValue": 1,
|
|
128
125
|
"maxValue": 65535,
|
|
@@ -130,8 +127,7 @@
|
|
|
130
127
|
},
|
|
131
128
|
{
|
|
132
129
|
"#": "10",
|
|
133
|
-
"label": "
|
|
134
|
-
"description": "Enable Auto Turn-On Timer for Left Outlet",
|
|
130
|
+
"label": "Auto-On (Left Outlet)",
|
|
135
131
|
"valueSize": 1,
|
|
136
132
|
"minValue": 0,
|
|
137
133
|
"maxValue": 1,
|
|
@@ -150,8 +146,8 @@
|
|
|
150
146
|
},
|
|
151
147
|
{
|
|
152
148
|
"#": "11",
|
|
153
|
-
"label": "
|
|
154
|
-
"unit": "
|
|
149
|
+
"label": "Auto-On Delay (Left Outlet)",
|
|
150
|
+
"unit": "minutes",
|
|
155
151
|
"valueSize": 4,
|
|
156
152
|
"minValue": 1,
|
|
157
153
|
"maxValue": 65535,
|
|
@@ -159,8 +155,7 @@
|
|
|
159
155
|
},
|
|
160
156
|
{
|
|
161
157
|
"#": "12",
|
|
162
|
-
"label": "
|
|
163
|
-
"description": "Enable Auto Turn-Off Timer for Right Outlet",
|
|
158
|
+
"label": "Auto-Off (Right Outlet)",
|
|
164
159
|
"valueSize": 1,
|
|
165
160
|
"minValue": 0,
|
|
166
161
|
"maxValue": 1,
|
|
@@ -179,7 +174,8 @@
|
|
|
179
174
|
},
|
|
180
175
|
{
|
|
181
176
|
"#": "13",
|
|
182
|
-
"label": "
|
|
177
|
+
"label": "Auto-Off Delay (Right Outlet)",
|
|
178
|
+
"unit": "minutes",
|
|
183
179
|
"valueSize": 4,
|
|
184
180
|
"minValue": 1,
|
|
185
181
|
"maxValue": 65535,
|
|
@@ -187,8 +183,7 @@
|
|
|
187
183
|
},
|
|
188
184
|
{
|
|
189
185
|
"#": "14",
|
|
190
|
-
"label": "
|
|
191
|
-
"description": "Enable Auto Turn-On Timer for Right Outlet",
|
|
186
|
+
"label": "Auto-On (Right Outlet)",
|
|
192
187
|
"valueSize": 1,
|
|
193
188
|
"minValue": 0,
|
|
194
189
|
"maxValue": 1,
|
|
@@ -207,7 +202,8 @@
|
|
|
207
202
|
},
|
|
208
203
|
{
|
|
209
204
|
"#": "15",
|
|
210
|
-
"label": "
|
|
205
|
+
"label": "Auto-On Delay (Right Outlet)",
|
|
206
|
+
"unit": "minutes",
|
|
211
207
|
"valueSize": 4,
|
|
212
208
|
"minValue": 1,
|
|
213
209
|
"maxValue": 65535,
|
|
@@ -216,7 +212,7 @@
|
|
|
216
212
|
{
|
|
217
213
|
"#": "16",
|
|
218
214
|
"label": "Manual Control",
|
|
219
|
-
"description": "Enable/Disable
|
|
215
|
+
"description": "Enable/Disable manual control of both outlets",
|
|
220
216
|
"valueSize": 1,
|
|
221
217
|
"minValue": 0,
|
|
222
218
|
"maxValue": 1,
|
|
@@ -235,8 +231,7 @@
|
|
|
235
231
|
},
|
|
236
232
|
{
|
|
237
233
|
"#": "17",
|
|
238
|
-
"label": "LED Mode",
|
|
239
|
-
"description": "LED Indicator Mode",
|
|
234
|
+
"label": "LED Indicator Mode",
|
|
240
235
|
"valueSize": 1,
|
|
241
236
|
"minValue": 0,
|
|
242
237
|
"maxValue": 3,
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
{
|
|
58
58
|
"#": "3",
|
|
59
59
|
"label": "Send Reports",
|
|
60
|
-
"description": "
|
|
60
|
+
"description": "Used to disable Z-Wave Reports. This is useful for systems that poll iblinds immediately after sending a position command. Disable this if an immediate report is causing iblinds motor to function improperly.",
|
|
61
61
|
"valueSize": 1,
|
|
62
62
|
"minValue": 0,
|
|
63
63
|
"maxValue": 1,
|
|
@@ -132,6 +132,48 @@
|
|
|
132
132
|
"value": 1
|
|
133
133
|
}
|
|
134
134
|
]
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"#": "8",
|
|
138
|
+
"$if": "firmwareVersion >= 3.7",
|
|
139
|
+
"label": "Minimum Tilt Level",
|
|
140
|
+
"valueSize": 1,
|
|
141
|
+
"minValue": 0,
|
|
142
|
+
"maxValue": 25,
|
|
143
|
+
"defaultValue": 0,
|
|
144
|
+
"writeOnly": true
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"#": "9",
|
|
148
|
+
"$if": "firmwareVersion >= 3.7",
|
|
149
|
+
"label": "Maximum Tilt Level",
|
|
150
|
+
"valueSize": 1,
|
|
151
|
+
"minValue": 75,
|
|
152
|
+
"maxValue": 99,
|
|
153
|
+
"defaultValue": 99,
|
|
154
|
+
"writeOnly": true
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"#": "10",
|
|
158
|
+
"$if": "firmwareVersion >= 3.7",
|
|
159
|
+
"label": "Override Response to ON Command",
|
|
160
|
+
"description": "Overrides Set commands with a value of 99 to use the value defined in parameter 4 (Default ON Value) instead",
|
|
161
|
+
"valueSize": 1,
|
|
162
|
+
"minValue": 0,
|
|
163
|
+
"maxValue": 1,
|
|
164
|
+
"defaultValue": 0,
|
|
165
|
+
"allowManualEntry": false,
|
|
166
|
+
"writeOnly": true,
|
|
167
|
+
"options": [
|
|
168
|
+
{
|
|
169
|
+
"label": "Disable",
|
|
170
|
+
"value": 0
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"label": "Enable",
|
|
174
|
+
"value": 1
|
|
175
|
+
}
|
|
176
|
+
]
|
|
135
177
|
}
|
|
136
178
|
]
|
|
137
179
|
}
|
|
@@ -0,0 +1,389 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Defaro",
|
|
3
|
+
"manufacturerId": "0x032e",
|
|
4
|
+
"label": "DAT-101",
|
|
5
|
+
"description": "Thermostat Actuator",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0013",
|
|
9
|
+
"productId": "0x0021"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "State Changes",
|
|
19
|
+
"maxNodes": 10,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"label": "External Temperature Sensor",
|
|
24
|
+
"maxNodes": 1
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"paramInformation": [
|
|
28
|
+
{
|
|
29
|
+
"#": "1",
|
|
30
|
+
"label": "Relay NO/NC Mode",
|
|
31
|
+
"valueSize": 1,
|
|
32
|
+
"minValue": 0,
|
|
33
|
+
"maxValue": 1,
|
|
34
|
+
"defaultValue": 0,
|
|
35
|
+
"allowManualEntry": false,
|
|
36
|
+
"options": [
|
|
37
|
+
{
|
|
38
|
+
"label": "Normal OPEN",
|
|
39
|
+
"value": 0
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"label": "Normal CLOSE",
|
|
43
|
+
"value": 1
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"#": "2",
|
|
49
|
+
"label": "Hysteresis",
|
|
50
|
+
"unit": "°C",
|
|
51
|
+
"valueSize": 1,
|
|
52
|
+
"minValue": 1,
|
|
53
|
+
"maxValue": 7,
|
|
54
|
+
"defaultValue": 1
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"#": "3",
|
|
58
|
+
"label": "Hysteresis Offset",
|
|
59
|
+
"valueSize": 1,
|
|
60
|
+
"minValue": 0,
|
|
61
|
+
"maxValue": 2,
|
|
62
|
+
"defaultValue": 2,
|
|
63
|
+
"allowManualEntry": false,
|
|
64
|
+
"options": [
|
|
65
|
+
{
|
|
66
|
+
"label": "Turn on at setpoint, turn off at setpoint + hysteresis",
|
|
67
|
+
"value": 0
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"label": "Turn on at setpoint - hysteresis, turn off at setpoint",
|
|
71
|
+
"value": 1
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"label": "Turn on at setpoint - ½ hysteresis, turn off at setpoint + ½ hysteresis",
|
|
75
|
+
"value": 2
|
|
76
|
+
}
|
|
77
|
+
]
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"#": "4",
|
|
81
|
+
"label": "Default Relay Status",
|
|
82
|
+
"valueSize": 1,
|
|
83
|
+
"minValue": 0,
|
|
84
|
+
"maxValue": 1,
|
|
85
|
+
"defaultValue": 1,
|
|
86
|
+
"options": [
|
|
87
|
+
{
|
|
88
|
+
"label": "Relay OFF (recommended for electric floor heating)",
|
|
89
|
+
"value": 0
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"label": "Relay ON",
|
|
93
|
+
"value": 1
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"#": "6",
|
|
99
|
+
"label": "Minimum Temperature",
|
|
100
|
+
"unit": "°C",
|
|
101
|
+
"valueSize": 2,
|
|
102
|
+
"minValue": -127,
|
|
103
|
+
"maxValue": 127,
|
|
104
|
+
"defaultValue": 4
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"#": "7",
|
|
108
|
+
"label": "Maximum Temperature",
|
|
109
|
+
"unit": "°C",
|
|
110
|
+
"valueSize": 2,
|
|
111
|
+
"minValue": -127,
|
|
112
|
+
"maxValue": 127,
|
|
113
|
+
"defaultValue": 30
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"#": "8",
|
|
117
|
+
"label": "Turbo Mode: Duration",
|
|
118
|
+
"unit": "seconds",
|
|
119
|
+
"valueSize": 2,
|
|
120
|
+
"minValue": 100,
|
|
121
|
+
"maxValue": 1200,
|
|
122
|
+
"defaultValue": 120
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"#": "9",
|
|
126
|
+
"label": "Turbo Mode: Consider Thermostat Mode",
|
|
127
|
+
"valueSize": 1,
|
|
128
|
+
"minValue": 0,
|
|
129
|
+
"maxValue": 1,
|
|
130
|
+
"defaultValue": 0,
|
|
131
|
+
"allowManualEntry": false,
|
|
132
|
+
"options": [
|
|
133
|
+
{
|
|
134
|
+
"label": "Consider",
|
|
135
|
+
"value": 0
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"label": "Do not consider",
|
|
139
|
+
"value": 1
|
|
140
|
+
}
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"#": "10",
|
|
145
|
+
"label": "Thermostat Temperature Sensor Type",
|
|
146
|
+
"description": "When polling, the external sensor must be added to the 2nd association group. When listening, the DAT-101 must be added to the corresponding association group of the external sensor.",
|
|
147
|
+
"valueSize": 1,
|
|
148
|
+
"minValue": 0,
|
|
149
|
+
"maxValue": 2,
|
|
150
|
+
"defaultValue": 0,
|
|
151
|
+
"options": [
|
|
152
|
+
{
|
|
153
|
+
"label": "Stock temp sensor",
|
|
154
|
+
"value": 0
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"label": "External temperature sensor (polling)",
|
|
158
|
+
"value": 1
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"label": "External temperature sensor (listening)",
|
|
162
|
+
"value": 2
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"#": "11",
|
|
168
|
+
"label": "External Temperature Sensor: Poll Interval",
|
|
169
|
+
"unit": "seconds",
|
|
170
|
+
"valueSize": 2,
|
|
171
|
+
"minValue": 10,
|
|
172
|
+
"maxValue": 600,
|
|
173
|
+
"defaultValue": 300
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"#": "5",
|
|
177
|
+
"label": "External Temperature Sensor: Report Timeout",
|
|
178
|
+
"description": "After the specified timeout, lack of temperature reports from the external sensor will be considered a failure.",
|
|
179
|
+
"unit": "seconds",
|
|
180
|
+
"valueSize": 2,
|
|
181
|
+
"minValue": 100,
|
|
182
|
+
"maxValue": 30000,
|
|
183
|
+
"defaultValue": 30000
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"#": "12",
|
|
187
|
+
"label": "Automatic Reports: Temperature Change Threshold",
|
|
188
|
+
"unit": "°C",
|
|
189
|
+
"valueSize": 2,
|
|
190
|
+
"minValue": 1,
|
|
191
|
+
"maxValue": 16,
|
|
192
|
+
"defaultValue": 1
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"#": "13",
|
|
196
|
+
"label": "Automatic Reports: Interval",
|
|
197
|
+
"unit": "seconds",
|
|
198
|
+
"valueSize": 2,
|
|
199
|
+
"minValue": 10,
|
|
200
|
+
"maxValue": 600,
|
|
201
|
+
"defaultValue": 300
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"#": "14",
|
|
205
|
+
"label": "Automatic Reports: After Changing Relay State",
|
|
206
|
+
"valueSize": 1,
|
|
207
|
+
"minValue": 0,
|
|
208
|
+
"maxValue": 1,
|
|
209
|
+
"defaultValue": 0,
|
|
210
|
+
"allowManualEntry": false,
|
|
211
|
+
"options": [
|
|
212
|
+
{
|
|
213
|
+
"label": "Enable",
|
|
214
|
+
"value": 0
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"label": "Disable",
|
|
218
|
+
"value": 1
|
|
219
|
+
}
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"#": "15",
|
|
224
|
+
"label": "Switch 1 Mode (Thermostat Mode)",
|
|
225
|
+
"valueSize": 1,
|
|
226
|
+
"minValue": 0,
|
|
227
|
+
"maxValue": 3,
|
|
228
|
+
"defaultValue": 0,
|
|
229
|
+
"allowManualEntry": false,
|
|
230
|
+
"options": [
|
|
231
|
+
{
|
|
232
|
+
"label": "Monostable",
|
|
233
|
+
"value": 0
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"label": "Bistable, fixed position 1 (contacts connected - ON, disconnected - OFF)",
|
|
237
|
+
"value": 1
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"label": "Bistable, fixed position 2 (contacts disconnected - ON, connected - OFF)",
|
|
241
|
+
"value": 2
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"label": "Bistable (every push will switch relay)",
|
|
245
|
+
"value": 3
|
|
246
|
+
}
|
|
247
|
+
]
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"#": "16",
|
|
251
|
+
"label": "Switch 2 Mode (Turbo mode)",
|
|
252
|
+
"valueSize": 1,
|
|
253
|
+
"minValue": 0,
|
|
254
|
+
"maxValue": 3,
|
|
255
|
+
"defaultValue": 0,
|
|
256
|
+
"allowManualEntry": false,
|
|
257
|
+
"options": [
|
|
258
|
+
{
|
|
259
|
+
"label": "Monostable",
|
|
260
|
+
"value": 0
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"label": "Bistable, fixed position 1 (contacts connected - ON, disconnected - OFF)",
|
|
264
|
+
"value": 1
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"label": "Bistable, fixed position 2 (contacts disconnected - ON, connected - OFF)",
|
|
268
|
+
"value": 2
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"label": "Bistable (every push will switch relay)",
|
|
272
|
+
"value": 3
|
|
273
|
+
}
|
|
274
|
+
]
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"#": "40",
|
|
278
|
+
"label": "Temperature Sensor 1: Calibration",
|
|
279
|
+
"unit": "°C",
|
|
280
|
+
"valueSize": 2,
|
|
281
|
+
"minValue": 0,
|
|
282
|
+
"maxValue": 10,
|
|
283
|
+
"defaultValue": 0,
|
|
284
|
+
"allowManualEntry": false,
|
|
285
|
+
"options": [
|
|
286
|
+
{
|
|
287
|
+
"label": "+/- 0",
|
|
288
|
+
"value": 0
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"label": "+1",
|
|
292
|
+
"value": 1
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"label": "+2",
|
|
296
|
+
"value": 2
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"label": "+3",
|
|
300
|
+
"value": 3
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"label": "+4",
|
|
304
|
+
"value": 4
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"label": "+5",
|
|
308
|
+
"value": 5
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"label": "-1",
|
|
312
|
+
"value": 6
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"label": "-2",
|
|
316
|
+
"value": 7
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"label": "-3",
|
|
320
|
+
"value": 8
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"label": "-4",
|
|
324
|
+
"value": 9
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"label": "-5",
|
|
328
|
+
"value": 10
|
|
329
|
+
}
|
|
330
|
+
]
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"#": "41",
|
|
334
|
+
"label": "Temperature Sensor 2: Calibration",
|
|
335
|
+
"unit": "°C",
|
|
336
|
+
"valueSize": 2,
|
|
337
|
+
"minValue": 0,
|
|
338
|
+
"maxValue": 10,
|
|
339
|
+
"defaultValue": 0,
|
|
340
|
+
"allowManualEntry": false,
|
|
341
|
+
"options": [
|
|
342
|
+
{
|
|
343
|
+
"label": "+/- 0",
|
|
344
|
+
"value": 0
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"label": "+1",
|
|
348
|
+
"value": 1
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"label": "+2",
|
|
352
|
+
"value": 2
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"label": "+3",
|
|
356
|
+
"value": 3
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"label": "+4",
|
|
360
|
+
"value": 4
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"label": "+5",
|
|
364
|
+
"value": 5
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"label": "-1",
|
|
368
|
+
"value": 6
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"label": "-2",
|
|
372
|
+
"value": 7
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"label": "-3",
|
|
376
|
+
"value": 8
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"label": "-4",
|
|
380
|
+
"value": 9
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"label": "-5",
|
|
384
|
+
"value": 10
|
|
385
|
+
}
|
|
386
|
+
]
|
|
387
|
+
}
|
|
388
|
+
]
|
|
389
|
+
}
|