@zwave-js/config 8.7.7-0-pr-3757-59eaa95 → 8.7.8

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.
@@ -75,9 +75,5 @@
75
75
  "maxValue": 127,
76
76
  "defaultValue": 0
77
77
  }
78
- ],
79
- "compat": {
80
- // The device uses Basic Set to control other devices
81
- "treatBasicSetAsEvent": true
82
- }
78
+ ]
83
79
  }
@@ -17,7 +17,8 @@
17
17
  "paramInformation": [
18
18
  {
19
19
  "#": "1",
20
- "label": "Status LED",
20
+ "label": "Status LED Control",
21
+ "description": "The configuration parameter 1 is a read/write parameter with a one-byte field, used to control the status led. if set to on, the status LED will show the status of the latch every 6 seconds. if set to off, the status LED will not be shown",
21
22
  "valueSize": 1,
22
23
  "minValue": 0,
23
24
  "maxValue": 1,
@@ -27,18 +28,19 @@
27
28
  "allowManualEntry": false,
28
29
  "options": [
29
30
  {
30
- "label": "Disable",
31
+ "label": "Turns status LED off",
31
32
  "value": 0
32
33
  },
33
34
  {
34
- "label": "Enable",
35
+ "label": "Turns status LED on",
35
36
  "value": 1
36
37
  }
37
38
  ]
38
39
  },
39
40
  {
40
41
  "#": "2",
41
- "label": "Buzzer",
42
+ "label": "Sound Control",
43
+ "description": "The configuration parameter 2 is a read/write parameter with a one-byte field, used to control the lock’s buzzer. if set to on, the buzzer is enabled and will sound during normal events. if set to off, the buzzer is disabled, and the buzzer sound will not occur",
42
44
  "valueSize": 1,
43
45
  "minValue": 0,
44
46
  "maxValue": 1,
@@ -48,18 +50,19 @@
48
50
  "allowManualEntry": false,
49
51
  "options": [
50
52
  {
51
- "label": "Disable",
53
+ "label": "Turns the sound (buzzer) off",
52
54
  "value": 0
53
55
  },
54
56
  {
55
- "label": "Enable",
57
+ "label": "Turns the sound (buzzer) on",
56
58
  "value": 1
57
59
  }
58
60
  ]
59
61
  },
60
62
  {
61
63
  "#": "3",
62
- "label": "User Program Button",
64
+ "label": "User Program Button Control",
65
+ "description": "The configuration parameter 3 is a read/write parameter with a one-byte field, used to control the user program button. if set to on, the program button is available for user code maintenance. if set to off, the program button is not available for user code maintenance",
63
66
  "valueSize": 1,
64
67
  "minValue": 0,
65
68
  "maxValue": 1,
@@ -69,19 +72,19 @@
69
72
  "allowManualEntry": false,
70
73
  "options": [
71
74
  {
72
- "label": "Disable",
75
+ "label": "Disables the program button",
73
76
  "value": 0
74
77
  },
75
78
  {
76
- "label": "Enable",
79
+ "label": "Enables the program button",
77
80
  "value": 1
78
81
  }
79
82
  ]
80
83
  },
81
84
  {
82
85
  "#": "4",
83
- "label": "Secure Screen",
84
- "description": "Control the secure screen functionality (on touch locks only)",
86
+ "label": "Secure Screen Control",
87
+ "description": "The configuration parameter 4 is a read/write parameter with a one-byte field, used to control the secure screen functionality on touch locks only. this parameter is not used on non-touch locks and will be ignored. if set to enabled, the touch screen will display the secure screen functionality when woken. if set to disabled, the touch screen will not display the secure screen functionality when woken",
85
88
  "valueSize": 1,
86
89
  "minValue": 0,
87
90
  "maxValue": 1,
@@ -91,19 +94,19 @@
91
94
  "allowManualEntry": false,
92
95
  "options": [
93
96
  {
94
- "label": "Disable",
97
+ "label": "Disables secure screen (touch products only)",
95
98
  "value": 0
96
99
  },
97
100
  {
98
- "label": "Enable",
101
+ "label": "Enables secure screen (touch products only)",
99
102
  "value": 1
100
103
  }
101
104
  ]
102
105
  },
103
106
  {
104
107
  "#": "10",
105
- "label": "Lock Direction",
106
- "description": "Indicates the direction of the lock. Set to 1 (Right handed lock) to initiate direction detection.",
108
+ "label": "Handing Control",
109
+ "description": "The configuration parameter 10 is a read/write parameter with a one-byte field. when this parameter is read, it will return the handing of the lock. when this parameter is written, it will run a handing operation. when written with a value of 0x01, it will cause the lock to cycle through locking and unlocking until it determines the correct handing. it is suggested that this operation occur while the door is opened so that no obstructions will be in the way for the operation. after the completion of the handing process, a configuration report message will be sent back to the requestor. it will contain a non-zero value for success or a zero value for failure",
107
110
  "valueSize": 1,
108
111
  "minValue": 0,
109
112
  "maxValue": 2,
@@ -112,22 +115,23 @@
112
115
  "allowManualEntry": false,
113
116
  "options": [
114
117
  {
115
- "label": "Unknown latch position",
118
+ "label": "Unknown latch position (read only)",
116
119
  "value": 0
117
120
  },
118
121
  {
119
- "label": "Right handed lock",
122
+ "label": "Right handed lock (read); Initiate handing process (write)",
120
123
  "value": 1
121
124
  },
122
125
  {
123
- "label": "Left handed lock",
126
+ "label": "Left handed lock (read only)",
124
127
  "value": 2
125
128
  }
126
129
  ]
127
130
  },
128
131
  {
129
132
  "#": "40",
130
- "label": "Reset to Factory Default Settings",
133
+ "label": "Factory Default Control",
134
+ "description": "The configuration parameter 40 is a write only parameter with a one-byte field, used to request the lock to perform a factory reset back to its default state. this control will cause the lock to be removed from the network, placing the lock back to its default state. when a read is issued for this parameter, a 0 will be returned",
131
135
  "valueSize": 1,
132
136
  "minValue": 0,
133
137
  "maxValue": 2,
@@ -137,22 +141,23 @@
137
141
  "allowManualEntry": false,
138
142
  "options": [
139
143
  {
140
- "label": "Normal Operation",
144
+ "label": "No action (get)",
141
145
  "value": 0
142
146
  },
143
147
  {
144
- "label": "Reset to Factory Defaults",
148
+ "label": "Perform a full factory reset (set)",
145
149
  "value": 1
146
150
  },
147
151
  {
148
- "label": "Perform a modified factory reset",
152
+ "label": "Perform a modified factory reset (set) - for production only",
149
153
  "value": 2
150
154
  }
151
155
  ]
152
156
  },
153
157
  {
154
158
  "#": "46",
155
- "label": "Motor Resistance",
159
+ "label": "Motor Load Value",
160
+ "description": "Provides an insight into the amount of resistance encountered by motor",
156
161
  "valueSize": 4,
157
162
  "minValue": 0,
158
163
  "maxValue": 255,
@@ -43,7 +43,7 @@
43
43
  "#": "2",
44
44
  "label": "Left Outlet Auto-Off Timer",
45
45
  "valueSize": 4,
46
- "unit": "seconds",
46
+ "unit": "minutes",
47
47
  "minValue": 0,
48
48
  "maxValue": 65535,
49
49
  "defaultValue": 0,
@@ -59,7 +59,7 @@
59
59
  "#": "3",
60
60
  "label": "Right Outlet Auto-Off Timer",
61
61
  "valueSize": 4,
62
- "unit": "seconds",
62
+ "unit": "minutes",
63
63
  "minValue": 0,
64
64
  "maxValue": 65535,
65
65
  "defaultValue": 0,
@@ -75,7 +75,7 @@
75
75
  "#": "4",
76
76
  "label": "Left Outlet Auto-On Timer",
77
77
  "valueSize": 4,
78
- "unit": "seconds",
78
+ "unit": "minutes",
79
79
  "minValue": 0,
80
80
  "maxValue": 65535,
81
81
  "defaultValue": 0,
@@ -91,7 +91,7 @@
91
91
  "#": "5",
92
92
  "label": "Right Outlet Auto-on Timer",
93
93
  "valueSize": 4,
94
- "unit": "seconds",
94
+ "unit": "minutes",
95
95
  "minValue": 0,
96
96
  "maxValue": 65535,
97
97
  "defaultValue": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "8.7.7-0-pr-3757-59eaa95",
3
+ "version": "8.7.8",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,9 +40,9 @@
40
40
  "ts": "node -r esbuild-register"
41
41
  },
42
42
  "dependencies": {
43
- "@zwave-js/core": "8.7.7-0-pr-3757-59eaa95",
44
- "@zwave-js/shared": "8.7.7-0-pr-3757-59eaa95",
45
- "alcalzone-shared": "^4.0.1",
43
+ "@zwave-js/core": "8.7.8",
44
+ "@zwave-js/shared": "8.7.3",
45
+ "alcalzone-shared": "^4.0.0",
46
46
  "ansi-colors": "^4.1.1",
47
47
  "fs-extra": "^10.0.0",
48
48
  "json-logic-js": "^2.0.1",
@@ -60,11 +60,11 @@
60
60
  "@types/semver": "^7.3.9",
61
61
  "@types/xml2json": "^0.11.4",
62
62
  "@types/yargs": "^17.0.5",
63
- "@zwave-js/maintenance": "8.7.7-0-pr-3757-59eaa95",
63
+ "@zwave-js/maintenance": "8.7.8",
64
64
  "axios": "^0.24.0",
65
65
  "comment-json": "^4.1.1",
66
66
  "esbuild": "*",
67
- "esbuild-register": "^3.1.2",
67
+ "esbuild-register": "^3.0.0",
68
68
  "jest-extended": "^0.11.5",
69
69
  "js-levenshtein": "^1.1.6",
70
70
  "pegjs": "^0.10.0",
@@ -73,5 +73,5 @@
73
73
  "xml2json": "^0.12.0",
74
74
  "yargs": "^17.2.1"
75
75
  },
76
- "gitHead": "b45de44c59fefd35d90fcb07b4c65aa47d64a418"
76
+ "gitHead": "30ff4eac9bf08b9c6811ab4db80b92486df30151"
77
77
  }
@@ -1,170 +0,0 @@
1
- {
2
- "manufacturer": "Spectrum Brands",
3
- "manufacturerId": "0x0090",
4
- "label": "893",
5
- "description": "10 Button Z-Wave Plus v2 Deadbolt",
6
- "devices": [
7
- {
8
- "productType": "0x0811",
9
- "productId": "0x13a8",
10
- "zwaveAllianceId": 4184
11
- }
12
- ],
13
- "firmwareVersion": {
14
- "min": "0.0",
15
- "max": "255.255"
16
- },
17
- "paramInformation": [
18
- {
19
- "#": "1",
20
- "label": "Status LED",
21
- "valueSize": 1,
22
- "minValue": 0,
23
- "maxValue": 1,
24
- "defaultValue": 1,
25
- "unsigned": true,
26
- "writeOnly": true,
27
- "allowManualEntry": false,
28
- "options": [
29
- {
30
- "label": "Disable",
31
- "value": 0
32
- },
33
- {
34
- "label": "Enable",
35
- "value": 1
36
- }
37
- ]
38
- },
39
- {
40
- "#": "2",
41
- "label": "Buzzer",
42
- "valueSize": 1,
43
- "minValue": 0,
44
- "maxValue": 1,
45
- "defaultValue": 1,
46
- "unsigned": true,
47
- "writeOnly": true,
48
- "allowManualEntry": false,
49
- "options": [
50
- {
51
- "label": "Disable",
52
- "value": 0
53
- },
54
- {
55
- "label": "Enable",
56
- "value": 1
57
- }
58
- ]
59
- },
60
- {
61
- "#": "3",
62
- "label": "User Program Button",
63
- "valueSize": 1,
64
- "minValue": 0,
65
- "maxValue": 1,
66
- "defaultValue": 1,
67
- "unsigned": true,
68
- "writeOnly": true,
69
- "allowManualEntry": false,
70
- "options": [
71
- {
72
- "label": "Disable",
73
- "value": 0
74
- },
75
- {
76
- "label": "Enable",
77
- "value": 1
78
- }
79
- ]
80
- },
81
- {
82
- "#": "4",
83
- "label": "Secure Screen",
84
- "description": "Control the secure screen functionality (on touch locks only)",
85
- "valueSize": 1,
86
- "minValue": 0,
87
- "maxValue": 1,
88
- "defaultValue": 1,
89
- "unsigned": true,
90
- "writeOnly": true,
91
- "allowManualEntry": false,
92
- "options": [
93
- {
94
- "label": "Disable",
95
- "value": 0
96
- },
97
- {
98
- "label": "Enable",
99
- "value": 1
100
- }
101
- ]
102
- },
103
- {
104
- "#": "10",
105
- "label": "Lock Direction",
106
- "description": "Indicates the direction of the lock. Set to 1 (Right handed lock) to initiate direction detection.",
107
- "valueSize": 1,
108
- "minValue": 0,
109
- "maxValue": 2,
110
- "defaultValue": 0,
111
- "unsigned": true,
112
- "allowManualEntry": false,
113
- "options": [
114
- {
115
- "label": "Unknown latch position",
116
- "value": 0
117
- },
118
- {
119
- "label": "Right handed lock",
120
- "value": 1
121
- },
122
- {
123
- "label": "Left handed lock",
124
- "value": 2
125
- }
126
- ]
127
- },
128
- {
129
- "#": "40",
130
- "label": "Reset to Factory Default Settings",
131
- "valueSize": 1,
132
- "minValue": 0,
133
- "maxValue": 2,
134
- "defaultValue": 0,
135
- "unsigned": true,
136
- "writeOnly": true,
137
- "allowManualEntry": false,
138
- "options": [
139
- {
140
- "label": "Normal Operation",
141
- "value": 0
142
- },
143
- {
144
- "label": "Reset to Factory Defaults",
145
- "value": 1
146
- },
147
- {
148
- "label": "Perform a modified factory reset",
149
- "value": 2
150
- }
151
- ]
152
- },
153
- {
154
- "#": "46",
155
- "label": "Motor Resistance",
156
- "valueSize": 4,
157
- "minValue": 0,
158
- "maxValue": 255,
159
- "defaultValue": 0,
160
- "unsigned": true,
161
- "readOnly": true
162
- }
163
- ],
164
- "metadata": {
165
- "inclusion": "For classic inclusion, initiate the process to add the lock to your system at your smart home controller. When prompted by your smart home system to add the lock, press button 'A' on the lock interior one time. The red LED will illuminate when the lock enters inclusion mode. If successful, re-name the lock in your system. If unsuccessful, follow your system's instruction to remove the lock from the network, press button 'A' one time to remove, and then repeat the process",
166
- "exclusion": "Follow your smart home system's instructions to remove the lock from the network. When prompted by the system, press button 'A' on the lock interior once",
167
- "reset": "NOTICE: A factory reset will delete all user codes associated with the lock as well as removing it from your smart home system.\n1. Remove the battery pack\n2. Press and HOLD the program button while reinserting the battery pack.\n3. Continue to hold the button for 30 seconds until the lock beeps and the status LED flashes red.\n4. Press the program button once more. The LEDs will cycle flashing between red and green while the reset process is being performed. \n5. When complete, the lock will reset and initiate the door handing process",
168
- "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4184/5069369-003.pdf"
169
- }
170
- }
@@ -1,708 +0,0 @@
1
- {
2
- "manufacturer": "Ecolink",
3
- "manufacturerId": "0x014a",
4
- "label": "TBH500",
5
- "description": "Z-Wave Smart Thermostat",
6
- "devices": [
7
- {
8
- "productType": "0x5442",
9
- "productId": "0x5439"
10
- }
11
- ],
12
- "firmwareVersion": {
13
- "min": "0.0",
14
- "max": "255.255"
15
- },
16
- "paramInformation": [
17
- {
18
- "#": "1",
19
- "label": "System Type",
20
- "valueSize": 1,
21
- "minValue": 0,
22
- "maxValue": 1,
23
- "defaultValue": 0,
24
- "allowManualEntry": false,
25
- "options": [
26
- {
27
- "label": "Standard",
28
- "value": 0
29
- },
30
- {
31
- "label": "Heat Pump",
32
- "value": 1
33
- }
34
- ]
35
- },
36
- {
37
- "#": "2",
38
- "label": "Fan Type",
39
- "valueSize": 1,
40
- "minValue": 0,
41
- "maxValue": 1,
42
- "defaultValue": 0,
43
- "allowManualEntry": false,
44
- "options": [
45
- {
46
- "label": "Gas (No fan w/Heat)",
47
- "value": 0
48
- },
49
- {
50
- "label": "Electric (Fan w/Heat)",
51
- "value": 1
52
- }
53
- ]
54
- },
55
- {
56
- "#": "3",
57
- "label": "Changeover Type",
58
- "description": "For Heat Pump HVAC systems only",
59
- "valueSize": 1,
60
- "minValue": 0,
61
- "maxValue": 1,
62
- "defaultValue": 0,
63
- "allowManualEntry": false,
64
- "options": [
65
- {
66
- "label": "Changeover with Cooling systems (Orange wire)",
67
- "value": 0
68
- },
69
- {
70
- "label": "Changeover with Heating systems (Brown wire)",
71
- "value": 1
72
- }
73
- ]
74
- },
75
- {
76
- "#": "4",
77
- "label": "2nd Stage Heat",
78
- "$import": "~/templates/master_template.json#base_enable_disable"
79
- },
80
- {
81
- "#": "5",
82
- "label": "Aux Heat",
83
- "$import": "~/templates/master_template.json#base_enable_disable",
84
- "defaultValue": 1
85
- },
86
- {
87
- "#": "6",
88
- "label": "2nd Stage Cool",
89
- "$import": "~/templates/master_template.json#base_enable_disable"
90
- },
91
- {
92
- "#": "7",
93
- "label": "Temperature Unit",
94
- "valueSize": 1,
95
- "minValue": 0,
96
- "maxValue": 1,
97
- "defaultValue": 1,
98
- "allowManualEntry": false,
99
- "options": [
100
- {
101
- "label": "Celsius",
102
- "value": 0
103
- },
104
- {
105
- "label": "Fahrenheit",
106
- "value": 1
107
- }
108
- ]
109
- },
110
- {
111
- "#": "8",
112
- "label": "Minimum Off Time",
113
- "unit": "minutes",
114
- "valueSize": 1,
115
- "minValue": 5,
116
- "maxValue": 9,
117
- "defaultValue": 5
118
- },
119
- {
120
- "#": "9",
121
- "label": "Minimum Run Time",
122
- "unit": "minutes",
123
- "valueSize": 1,
124
- "minValue": 3,
125
- "maxValue": 9,
126
- "defaultValue": 3
127
- },
128
- {
129
- "#": "10",
130
- "label": "Setpoint Heat/Cool Delta",
131
- "description": "Sets the minimum separation between heating and cooling setpoints.",
132
- "unit": "°F",
133
- "valueSize": 1,
134
- "minValue": 3,
135
- "maxValue": 15,
136
- "defaultValue": 3
137
- },
138
- {
139
- "#": "11",
140
- "label": "Heating Stage 1: On Delta",
141
- "description": "Stage 1 starts heating when current temperature is <Heating Stage 1: On Delta> degrees below <Setpoint>",
142
- "unit": "°F",
143
- "valueSize": 1,
144
- "minValue": 1,
145
- "maxValue": 6,
146
- "defaultValue": 1
147
- },
148
- {
149
- "#": "12",
150
- "label": "Heating Stage 1: Off Delta",
151
- "description": "Stage 1 stops heating when current temperature is <Heating Stage 1: Off Delta> degrees below <Setpoint>",
152
- "unit": "°F",
153
- "valueSize": 1,
154
- "minValue": 0,
155
- "maxValue": 5,
156
- "defaultValue": 0
157
- },
158
- {
159
- "#": "13",
160
- "label": "Heating Stage 2: On Delta",
161
- "description": "Stage 2 starts heating when current temperature is <Heating Stage 2: On Delta> degrees below <Setpoint>",
162
- "unit": "°F",
163
- "valueSize": 1,
164
- "minValue": 2,
165
- "maxValue": 7,
166
- "defaultValue": 2
167
- },
168
- {
169
- "#": "14",
170
- "label": "Heating Stage 2: Off Delta",
171
- "description": "Stage 2 stops heating when current temperature is <Heating Stage 2: Off Delta> degrees below <Setpoint>",
172
- "unit": "°F",
173
- "valueSize": 1,
174
- "minValue": 0,
175
- "maxValue": 6,
176
- "defaultValue": 0
177
- },
178
- {
179
- "#": "15",
180
- "label": "Heating Stage 3: On Delta",
181
- "description": "Stage 3 starts heating when current temperature is <Heating Stage 3: On Delta> degrees below <Setpoint>",
182
- "unit": "°F",
183
- "valueSize": 1,
184
- "minValue": 3,
185
- "maxValue": 8,
186
- "defaultValue": 3
187
- },
188
- {
189
- "#": "16",
190
- "label": "Heating Stage 3: Off Delta",
191
- "description": "Stage 3 stops heating when current temperature is <Heating Stage 3: Off Delta> degrees below <Setpoint>",
192
- "unit": "°F",
193
- "valueSize": 1,
194
- "minValue": 0,
195
- "maxValue": 7,
196
- "defaultValue": 0
197
- },
198
- {
199
- "#": "17",
200
- "label": "Cooling Stage 1: On Delta",
201
- "description": "Stage 1 starts cooling when current temperature is <Cooling Stage 1: On Delta> degrees above <Setpoint>",
202
- "unit": "°F",
203
- "valueSize": 1,
204
- "minValue": 1,
205
- "maxValue": 7,
206
- "defaultValue": 1
207
- },
208
- {
209
- "#": "18",
210
- "label": "Cooling Stage 1: Off Delta",
211
- "description": "Stage 1 stops cooling when current temperature is <Cooling Stage 1: Off Delta> degrees above <Setpoint>",
212
- "unit": "°F",
213
- "valueSize": 1,
214
- "minValue": 0,
215
- "maxValue": 6,
216
- "defaultValue": 0
217
- },
218
- {
219
- "#": "19",
220
- "label": "Cooling Stage 2: On Delta",
221
- "description": "Stage 2 starts cooling when current temperature is <Cooling Stage 2: On Delta> degrees above <Setpoint>",
222
- "unit": "°F",
223
- "valueSize": 1,
224
- "minValue": 2,
225
- "maxValue": 8,
226
- "defaultValue": 2
227
- },
228
- {
229
- "#": "20",
230
- "label": "Cooling Stage 2: Off Delta",
231
- "description": "Stage 2 stops cooling when current temperature is <Cooling Stage 2: Off Delta> degrees above <Setpoint>",
232
- "unit": "°F",
233
- "valueSize": 1,
234
- "minValue": 0,
235
- "maxValue": 7,
236
- "defaultValue": 0
237
- },
238
- {
239
- "#": "21",
240
- "label": "Mechanical Status",
241
- "valueSize": 2,
242
- "minValue": 1,
243
- "maxValue": 256,
244
- "unsigned": true,
245
- "readOnly": true,
246
- "options": [
247
- {
248
- "label": "MECH_H1",
249
- "value": 1
250
- },
251
- {
252
- "label": "MECH_H2",
253
- "value": 2
254
- },
255
- {
256
- "label": "MECH_H3",
257
- "value": 4
258
- },
259
- {
260
- "label": "MECH_C1",
261
- "value": 8
262
- },
263
- {
264
- "label": "MECH_C2",
265
- "value": 16
266
- },
267
- {
268
- "label": "PHANTOM_F",
269
- "value": 32
270
- },
271
- {
272
- "label": "MECH_F",
273
- "value": 64
274
- },
275
- {
276
- "label": "MANUAL_F",
277
- "value": 128
278
- }
279
- ]
280
- },
281
- {
282
- "#": "22",
283
- "label": "SCP Status", // SCP is not defined in the manual. Perhaps State Condition Parameter.
284
- "valueSize": 1,
285
- "minValue": 1,
286
- "maxValue": 128,
287
- "unsigned": true,
288
- "readOnly": true,
289
- "options": [
290
- {
291
- "label": "STATE_HEAT",
292
- "value": 1
293
- },
294
- {
295
- "label": "STATE_COOL2",
296
- "value": 2
297
- },
298
- {
299
- "label": "STATE_2ND",
300
- "value": 4
301
- },
302
- {
303
- "label": "STATE_3RD",
304
- "value": 8
305
- },
306
- {
307
- "label": "STATE_FAN",
308
- "value": 16
309
- },
310
- {
311
- "label": "STATE_LAST",
312
- "value": 32
313
- },
314
- {
315
- "label": "STATE_MOT",
316
- "value": 64
317
- },
318
- {
319
- "label": "STATE_MRT",
320
- "value": 128
321
- }
322
- ]
323
- },
324
- {
325
- "#": "23[0x0001]",
326
- "label": "Send Status Change Report: Temperature",
327
- "$import": "~/templates/master_template.json#base_enable_disable",
328
- "valueSize": 2,
329
- "defaultValue": 1
330
- },
331
- {
332
- "#": "23[0x0002]",
333
- "label": "Send Status Change Report: Heat Setpoint",
334
- "$import": "~/templates/master_template.json#base_enable_disable",
335
- "valueSize": 2,
336
- "defaultValue": 1
337
- },
338
- {
339
- "#": "23[0x0004]",
340
- "label": "Send Status Change Report: Cool Setpoint",
341
- "$import": "~/templates/master_template.json#base_enable_disable",
342
- "valueSize": 2,
343
- "defaultValue": 1
344
- },
345
- {
346
- "#": "23[0x0008]",
347
- "label": "Send Status Change Report: Mode",
348
- "$import": "~/templates/master_template.json#base_enable_disable",
349
- "valueSize": 2,
350
- "defaultValue": 1
351
- },
352
- {
353
- "#": "23[0x0010]",
354
- "label": "Send Status Change Report: Fan Mode",
355
- "$import": "~/templates/master_template.json#base_enable_disable",
356
- "valueSize": 2,
357
- "defaultValue": 1
358
- },
359
- {
360
- "#": "23[0x0020]",
361
- "label": "Send Status Change Report: Fan State",
362
- "$import": "~/templates/master_template.json#base_enable_disable",
363
- "valueSize": 2
364
- },
365
- {
366
- "#": "23[0x0040]",
367
- "label": "Send Status Change Report: Operating State",
368
- "$import": "~/templates/master_template.json#base_enable_disable",
369
- "valueSize": 2,
370
- "defaultValue": 1
371
- },
372
- {
373
- "#": "23[0x0080]",
374
- "label": "Send Status Change Report: Schedule Enable",
375
- "$import": "~/templates/master_template.json#base_enable_disable",
376
- "valueSize": 2
377
- },
378
- {
379
- "#": "23[0x0100]",
380
- "label": "Send Status Change Report: Setback",
381
- "$import": "~/templates/master_template.json#base_enable_disable",
382
- "valueSize": 2
383
- },
384
- {
385
- "#": "23[0x0200]",
386
- "label": "Send Status Change Report: Run Hold",
387
- "$import": "~/templates/master_template.json#base_enable_disable",
388
- "valueSize": 2
389
- },
390
- {
391
- "#": "23[0x0400]",
392
- "label": "Send Status Change Report: Display Lock",
393
- "$import": "~/templates/master_template.json#base_enable_disable",
394
- "valueSize": 2
395
- },
396
- {
397
- "#": "23[0x2000]",
398
- "label": "Send Status Change Report: Battery",
399
- "$import": "~/templates/master_template.json#base_enable_disable",
400
- "valueSize": 2,
401
- "defaultValue": 1
402
- },
403
- {
404
- "#": "23[0x4000]",
405
- "label": "Send Status Change Report: Mechanical Status",
406
- "$import": "~/templates/master_template.json#base_enable_disable",
407
- "valueSize": 2
408
- },
409
- {
410
- "#": "23[0x8000]",
411
- "label": "Send Status Change Report: SCP Status",
412
- "$import": "~/templates/master_template.json#base_enable_disable",
413
- "valueSize": 2
414
- },
415
- {
416
- "#": "24",
417
- "label": "Display Lock",
418
- "valueSize": 1,
419
- "minValue": 0,
420
- "maxValue": 1,
421
- "defaultValue": 0,
422
- "allowManualEntry": false,
423
- "options": [
424
- {
425
- "label": "Unlocked",
426
- "value": 0
427
- },
428
- {
429
- "label": "Locked",
430
- "value": 1
431
- }
432
- ]
433
- },
434
- {
435
- "#": "26",
436
- "label": "Backlight Timer",
437
- "unit": "seconds",
438
- "valueSize": 1,
439
- "minValue": 10,
440
- "maxValue": 30,
441
- "defaultValue": 20
442
- },
443
- {
444
- "#": "33",
445
- "label": "Max Heat Setpoint",
446
- "unit": "°F",
447
- "valueSize": 1,
448
- "minValue": 30,
449
- "maxValue": 109,
450
- "defaultValue": 90
451
- },
452
- {
453
- "#": "34",
454
- "label": "Min Cool Setpoint",
455
- "unit": "°F",
456
- "valueSize": 1,
457
- "minValue": 33,
458
- "maxValue": 112,
459
- "defaultValue": 60
460
- },
461
- {
462
- "#": "38",
463
- "label": "Schedule",
464
- "$import": "~/templates/master_template.json#base_enable_disable"
465
- },
466
- {
467
- "#": "40",
468
- "label": "Setback Mode",
469
- "valueSize": 1,
470
- "minValue": 0,
471
- "maxValue": 2,
472
- "defaultValue": 0,
473
- "allowManualEntry": false,
474
- "options": [
475
- {
476
- "label": "No Setback",
477
- "value": 0
478
- },
479
- {
480
- "label": "Unoccupied Mode",
481
- "value": 2
482
- }
483
- ]
484
- },
485
- {
486
- "#": "41",
487
- "label": "Unoccupied Heat Setpoint",
488
- "unit": "°F",
489
- "valueSize": 1,
490
- "minValue": 30,
491
- "maxValue": 109,
492
- "defaultValue": 62
493
- },
494
- {
495
- "#": "42",
496
- "label": "Unoccupied Cool Setpoint",
497
- "unit": "°F",
498
- "valueSize": 1,
499
- "minValue": 33,
500
- "maxValue": 112,
501
- "defaultValue": 80
502
- },
503
- {
504
- "#": "43",
505
- "label": "Remote Sensor Node Number",
506
- "description": "Node to use as alternative remote temperature sensor",
507
- "valueSize": 1,
508
- "minValue": 0,
509
- "maxValue": 232,
510
- "defaultValue": 0,
511
- "unsigned": true,
512
- "options": [
513
- {
514
- "label": "Disable",
515
- "value": 0
516
- }
517
- ]
518
- },
519
- {
520
- "#": "46",
521
- "label": "Remote Sensor Temperature",
522
- "unit": "°F",
523
- "valueSize": 1,
524
- "minValue": 0,
525
- "maxValue": 112,
526
- "defaultValue": 0,
527
- "readOnly": true
528
- },
529
- {
530
- "#": "48",
531
- "label": "Internal Sensor Temp Offset",
532
- "unit": "°F",
533
- "valueSize": 1,
534
- "minValue": -7,
535
- "maxValue": 7,
536
- "defaultValue": 0
537
- },
538
- {
539
- "#": "49",
540
- "label": "Remote Sensor Temperature Offset",
541
- "unit": "°F",
542
- "valueSize": 1,
543
- "minValue": -7,
544
- "maxValue": 7,
545
- "defaultValue": 0
546
- },
547
- {
548
- "#": "52",
549
- "label": "Filter Timer",
550
- "unit": "hours",
551
- "valueSize": 2,
552
- "minValue": 0,
553
- "maxValue": 4000,
554
- "defaultValue": 0
555
- },
556
- {
557
- "#": "53",
558
- "label": "Filter Timer Max",
559
- "unit": "hours",
560
- "valueSize": 2,
561
- "minValue": 0,
562
- "maxValue": 4000,
563
- "defaultValue": 300
564
- },
565
- {
566
- "#": "54",
567
- "label": "Heat Timer",
568
- "unit": "hours",
569
- "valueSize": 2,
570
- "minValue": 0,
571
- "maxValue": 4000,
572
- "defaultValue": 0
573
- },
574
- {
575
- "#": "55",
576
- "label": "Cool Timer",
577
- "unit": "hours",
578
- "valueSize": 2,
579
- "minValue": 0,
580
- "maxValue": 4000,
581
- "defaultValue": 0
582
- },
583
- {
584
- "#": "61",
585
- "label": "Fan Purge Heat",
586
- "unit": "seconds",
587
- "valueSize": 1,
588
- "minValue": 0,
589
- "maxValue": 90,
590
- "defaultValue": 0
591
- },
592
- {
593
- "#": "62",
594
- "label": "Fan Purge Cool",
595
- "unit": "seconds",
596
- "valueSize": 1,
597
- "minValue": 0,
598
- "maxValue": 90,
599
- "defaultValue": 0
600
- },
601
- // Technical Parameters 170-178 have not been included, as they would be useful only in detailed debugging situations.
602
- {
603
- "#": "179",
604
- "label": "Battery",
605
- "unit": "%",
606
- "valueSize": 1,
607
- "minValue": 0,
608
- "maxValue": 100,
609
- "readOnly": true
610
- },
611
- {
612
- "#": "181",
613
- "label": "Battery Stat Shutdown Threshold",
614
- "unit": "%",
615
- "valueSize": 1,
616
- "minValue": 0,
617
- "maxValue": 50,
618
- "defaultValue": 0
619
- },
620
- {
621
- "#": "182",
622
- "label": "Battery Radio Cutoff Threshold",
623
- "unit": "%",
624
- "valueSize": 1,
625
- "minValue": 10,
626
- "maxValue": 50,
627
- "defaultValue": 10
628
- },
629
- {
630
- "#": "183",
631
- "label": "Battery LOWBATT Indicator Threshold",
632
- "unit": "%",
633
- "valueSize": 1,
634
- "minValue": 20,
635
- "maxValue": 75,
636
- "defaultValue": 20
637
- },
638
- {
639
- "#": "184",
640
- "label": "Battery Value for Midlevel",
641
- "unit": "%",
642
- "valueSize": 1,
643
- "minValue": 50,
644
- "maxValue": 80,
645
- "defaultValue": 50
646
- },
647
- {
648
- "#": "185",
649
- "label": "Battery Report Timer",
650
- "unit": "days",
651
- "valueSize": 1,
652
- "minValue": 0,
653
- "maxValue": 10,
654
- "defaultValue": 1,
655
- "options": [
656
- {
657
- "label": "Disable",
658
- "value": 0
659
- }
660
- ]
661
- },
662
- {
663
- "#": "186",
664
- "label": "Temperature Reporting Threshold",
665
- "description": "Required change to trigger update",
666
- "unit": "°F",
667
- "valueSize": 1,
668
- "minValue": 1,
669
- "maxValue": 5,
670
- "defaultValue": 2
671
- },
672
- {
673
- "#": "187",
674
- "label": "Temperature Report Interval",
675
- "unit": "minutes",
676
- "valueSize": 1,
677
- "minValue": 0,
678
- "maxValue": 120,
679
- "defaultValue": 0,
680
- "options": [
681
- {
682
- "label": "Disable",
683
- "value": 0
684
- }
685
- ]
686
- },
687
- // Technical Parameters 188-230 have not been included, as they would be useful only in detailed debugging situations.
688
- {
689
- "#": "231",
690
- "label": "Status Display",
691
- "valueSize": 1,
692
- "minValue": 0,
693
- "maxValue": 1,
694
- "defaultValue": 1,
695
- "allowManualEntry": false,
696
- "options": [
697
- {
698
- "label": "Relative Humidity",
699
- "value": 0
700
- },
701
- {
702
- "label": "Setpoint",
703
- "value": 1
704
- }
705
- ]
706
- }
707
- ]
708
- }