@zwave-js/config 12.3.0 → 12.3.1

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.
@@ -142,6 +142,7 @@
142
142
  "label": "External Relay and Operating State Update Interval",
143
143
  "description": "How often the devices sends Binary Switch State and Thermostat Mode in addition to change reports",
144
144
  "valueSize": 2,
145
+ "unit": "minutes",
145
146
  "minValue": 0,
146
147
  "maxValue": 240,
147
148
  "defaultValue": 0,
@@ -160,6 +161,7 @@
160
161
  },
161
162
  {
162
163
  "#": "15",
164
+ "$if": "firmwareVersion >= 1.2",
163
165
  "$import": "~/templates/master_template.json#base_enable_disable",
164
166
  "label": "Invert Output",
165
167
  "valueSize": 2
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manufacturer": "Airzone",
3
3
  "manufacturerId": "0x044e",
4
- "label": "AZAI6WSPFU2",
4
+ "label": "AZAI6ZWEFU2",
5
5
  "description": "Aidoo Control HVAC Unit",
6
6
  "devices": [
7
7
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "12.3.0",
3
+ "version": "12.3.1",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"