@zwave-js/config 8.8.0 → 8.8.2-20211130

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.
@@ -7,6 +7,10 @@
7
7
  {
8
8
  "productType": "0x4447",
9
9
  "productId": "0x4037"
10
+ },
11
+ {
12
+ "productType": "0x4447",
13
+ "productId": "0x4036"
10
14
  }
11
15
  ],
12
16
  "firmwareVersion": {
@@ -46,7 +46,7 @@
46
46
  "#": "3",
47
47
  "label": "Humidity",
48
48
  "description": "Configure Relative Humidity",
49
- "unit": "percent",
49
+ "unit": "%",
50
50
  "valueSize": 1,
51
51
  "minValue": 1,
52
52
  "maxValue": 50,
@@ -55,7 +55,7 @@
55
55
  {
56
56
  "#": "4",
57
57
  "label": "Light Sensor",
58
- "unit": "percent",
58
+ "unit": "%",
59
59
  "valueSize": 1,
60
60
  "minValue": 1,
61
61
  "maxValue": 50,
@@ -65,11 +65,11 @@
65
65
  "#": "5",
66
66
  "label": "Trigger Interval",
67
67
  "description": "Set the trigger interval for motion sensor re-activation.",
68
- "unit": "seconds",
68
+ "unit": "minutes",
69
69
  "valueSize": 1,
70
70
  "minValue": 1,
71
71
  "maxValue": 255,
72
- "defaultValue": 180,
72
+ "defaultValue": 3,
73
73
  "unsigned": true
74
74
  },
75
75
  {