@zwave-js/config 11.5.1 → 11.5.2

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.
@@ -201,11 +201,11 @@
201
201
  "value": 1
202
202
  },
203
203
  {
204
- "label": "Pulsing Temperature, Flashing Motion",
204
+ "label": "Flashing with Temperature and Motion",
205
205
  "value": 2
206
206
  },
207
207
  {
208
- "label": "Flashing Temperature and Motion",
208
+ "label": "Flashing with Motion",
209
209
  "value": 3
210
210
  }
211
211
  ]
@@ -240,7 +240,7 @@
240
240
  "#": "8",
241
241
  // Added in firmware version 32.2, still present in HW 3.0
242
242
  "$if": "firmwareVersion >= 32.2 || firmwareVersion >= 1.10 && firmwareVersion < 16.9",
243
- "$import": "~/templates/master_template.json#base_enable_disable",
243
+ "$import": "~/templates/master_template.json#base_enable_disable_255",
244
244
  "label": "Basic Set Reports",
245
245
  "defaultValue": 1
246
246
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "11.5.1",
3
+ "version": "11.5.2",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -58,8 +58,8 @@
58
58
  "test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
59
59
  },
60
60
  "dependencies": {
61
- "@zwave-js/core": "11.5.1",
62
- "@zwave-js/shared": "11.5.1",
61
+ "@zwave-js/core": "11.5.2",
62
+ "@zwave-js/shared": "11.5.2",
63
63
  "alcalzone-shared": "^4.0.8",
64
64
  "ansi-colors": "^4.1.3",
65
65
  "fs-extra": "^10.1.0",
@@ -80,7 +80,7 @@
80
80
  "@types/sinon": "^10.0.14",
81
81
  "@types/xml2js": "^0.4.11",
82
82
  "@types/yargs": "^17.0.24",
83
- "@zwave-js/maintenance": "11.5.1",
83
+ "@zwave-js/maintenance": "11.5.2",
84
84
  "ava": "^4.3.3",
85
85
  "comment-json": "^4.2.3",
86
86
  "del-cli": "^5.0.0",