@zwave-js/config 8.11.1 → 8.11.2-20220117
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/0x010f/fgd211.json +28 -1
- package/config/devices/index.json +33915 -0
- package/package.json +2 -3
- package/LICENSE +0 -21
|
@@ -211,11 +211,34 @@
|
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"#": "14",
|
|
214
|
+
"$if": "firmwareVersion <= 2.1",
|
|
214
215
|
"label": "Inputs Button/Switch configuration",
|
|
215
216
|
"description": "Binary inputs type configuration",
|
|
216
217
|
"valueSize": 1,
|
|
217
218
|
"minValue": 0,
|
|
218
|
-
"maxValue":
|
|
219
|
+
"maxValue": 1,
|
|
220
|
+
"defaultValue": 0,
|
|
221
|
+
"unsigned": true,
|
|
222
|
+
"allowManualEntry": false,
|
|
223
|
+
"options": [
|
|
224
|
+
{
|
|
225
|
+
"label": "Mono-stable input (button)",
|
|
226
|
+
"value": 0
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"label": "Bi-stable input (switch)",
|
|
230
|
+
"value": 1
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"#": "14",
|
|
236
|
+
"$if": "firmwareVersion >= 2.2",
|
|
237
|
+
"label": "Inputs Button/Switch configuration",
|
|
238
|
+
"description": "Binary inputs type configuration",
|
|
239
|
+
"valueSize": 1,
|
|
240
|
+
"minValue": 0,
|
|
241
|
+
"maxValue": 2,
|
|
219
242
|
"defaultValue": 0,
|
|
220
243
|
"unsigned": true,
|
|
221
244
|
"allowManualEntry": false,
|
|
@@ -227,6 +250,10 @@
|
|
|
227
250
|
{
|
|
228
251
|
"label": "Bi-stable input (switch)",
|
|
229
252
|
"value": 1
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"label": "Roller blind switch",
|
|
256
|
+
"value": 2
|
|
230
257
|
}
|
|
231
258
|
]
|
|
232
259
|
},
|