@zwave-js/config 8.7.8 → 8.8.2-20211129

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.
@@ -64,7 +64,7 @@
64
64
  },
65
65
  {
66
66
  "#": "33",
67
- "$if": "firmwareVersion >= 2.4",
67
+ "$if": "firmwareVersion >= 1.6",
68
68
  "label": "Auto-On Timer",
69
69
  "valueSize": 1,
70
70
  "unit": "minutes",
@@ -81,7 +81,7 @@
81
81
  },
82
82
  {
83
83
  "#": "34",
84
- "$if": "firmwareVersion >= 2.4",
84
+ "$if": "firmwareVersion >= 1.6",
85
85
  "label": "Auto-Off Timer",
86
86
  "valueSize": 1,
87
87
  "unit": "minutes",
@@ -105,6 +105,7 @@
105
105
  },
106
106
  {
107
107
  "#": "27",
108
+ "$if": "firmwareVersion < 1.3",
108
109
  "label": "LED Indicator",
109
110
  "valueSize": 1,
110
111
  "minValue": 0,
@@ -123,6 +124,36 @@
123
124
  }
124
125
  ]
125
126
  },
127
+ {
128
+ "#": "27",
129
+ "$if": "firmwareVersion >= 1.3",
130
+ "label": "LED Power Consumption Indicator",
131
+ "description": "Pink = Power Switch is off; Blue = 0–300 W; Cyan = 300–600 W; Green = 600–900 W; Yellow = 900–1200 W; Red = 1200–1500 W; Purple = 1500–1800 W; Purple blink = over 1800 W",
132
+ "valueSize": 1,
133
+ "minValue": 0,
134
+ "maxValue": 3,
135
+ "defaultValue": 1,
136
+ "unsigned": true,
137
+ "allowManualEntry": false,
138
+ "options": [
139
+ {
140
+ "label": "Always On",
141
+ "value": 0
142
+ },
143
+ {
144
+ "label": "On when switch is on, off when switch is off",
145
+ "value": 1
146
+ },
147
+ {
148
+ "label": "5 seconds following switch activation, then off",
149
+ "value": 2
150
+ },
151
+ {
152
+ "label": "Always off (except for inclusion, exclusion, and Z-Wave range test)",
153
+ "value": 3
154
+ }
155
+ ]
156
+ },
126
157
  {
127
158
  "#": "151",
128
159
  "label": "Power Report Value Threshold",
@@ -61,6 +61,27 @@
61
61
  {
62
62
  "#": "16",
63
63
  "$import": "templates/zooz_template.json#association_reports"
64
+ },
65
+ {
66
+ "#": "17",
67
+ "$if": "firmwareVersion >= 10.0",
68
+ "label": "Local Inclusion/Exclusion/LED Changes",
69
+ "valueSize": 1,
70
+ "minValue": 0,
71
+ "maxValue": 1,
72
+ "defaultValue": 0,
73
+ "unsigned": true,
74
+ "allowManualEntry": false,
75
+ "options": [
76
+ {
77
+ "label": "Disable",
78
+ "value": 0
79
+ },
80
+ {
81
+ "label": "Enable",
82
+ "value": 1
83
+ }
84
+ ]
64
85
  }
65
86
  ],
66
87
  "metadata": {
@@ -43,7 +43,7 @@
43
43
  "#": "2",
44
44
  "label": "Left Outlet Auto-Off Timer",
45
45
  "valueSize": 4,
46
- "unit": "minutes",
46
+ "unit": "seconds",
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": "minutes",
62
+ "unit": "seconds",
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": "minutes",
78
+ "unit": "seconds",
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": "minutes",
94
+ "unit": "seconds",
95
95
  "minValue": 0,
96
96
  "maxValue": 65535,
97
97
  "defaultValue": 0,
@@ -0,0 +1,149 @@
1
+ {
2
+ "manufacturer": "Inteset",
3
+ "manufacturerId": "0x039a",
4
+ "label": "NAS-WR01Z",
5
+ "description": "Wall Plug Switch 12A",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0003",
9
+ "productId": "0x0087"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "label": "Send Meter Reports",
20
+ "valueSize": 1,
21
+ "minValue": 0,
22
+ "maxValue": 1,
23
+ "defaultValue": 1,
24
+ "allowManualEntry": false,
25
+ "options": [
26
+ {
27
+ "label": "Disable",
28
+ "value": 0
29
+ },
30
+ {
31
+ "label": "Enable",
32
+ "value": 1
33
+ }
34
+ ]
35
+ },
36
+ {
37
+ "#": "2",
38
+ "label": "Meter Report Interval",
39
+ "unit": "seconds",
40
+ "valueSize": 2,
41
+ "minValue": 1,
42
+ "maxValue": 65535,
43
+ "defaultValue": 300,
44
+ "unsigned": true
45
+ },
46
+ {
47
+ "#": "3",
48
+ "label": "Maximum Current",
49
+ "description": "Maximum current the plug can provide to load",
50
+ "unit": "A",
51
+ "valueSize": 1,
52
+ "minValue": 1,
53
+ "maxValue": 16,
54
+ "defaultValue": 13
55
+ },
56
+ {
57
+ "#": "4",
58
+ "label": "Alarm Current Threshold",
59
+ "description": "An over-current notification is sent when the current is higher than this value",
60
+ "unit": "A",
61
+ "valueSize": 1,
62
+ "minValue": 1,
63
+ "maxValue": 15,
64
+ "defaultValue": 12
65
+ },
66
+ {
67
+ "#": "5",
68
+ "label": "LED Indication",
69
+ "valueSize": 1,
70
+ "minValue": 0,
71
+ "maxValue": 1,
72
+ "defaultValue": 1,
73
+ "allowManualEntry": false,
74
+ "options": [
75
+ {
76
+ "label": "Disable",
77
+ "value": 0
78
+ },
79
+ {
80
+ "label": "Enable",
81
+ "value": 1
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "#": "6",
87
+ "label": "Power Report Threshold",
88
+ "description": "Change in power consumption that triggers a report",
89
+ "unit": "%",
90
+ "valueSize": 1,
91
+ "minValue": 1,
92
+ "maxValue": 100,
93
+ "defaultValue": 5
94
+ },
95
+ {
96
+ "#": "7",
97
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
98
+ },
99
+ {
100
+ "#": "8",
101
+ "label": "Timed Auto-Off",
102
+ "valueSize": 1,
103
+ "minValue": 0,
104
+ "maxValue": 1,
105
+ "defaultValue": 0,
106
+ "allowManualEntry": false,
107
+ "options": [
108
+ {
109
+ "label": "Disable",
110
+ "value": 0
111
+ },
112
+ {
113
+ "label": "Enable",
114
+ "value": 1
115
+ }
116
+ ]
117
+ },
118
+ {
119
+ "#": "9",
120
+ "label": "Timed Auto-Off Period",
121
+ "description": "Delay time after which the plug is automatically switched off",
122
+ "unit": "minutes",
123
+ "valueSize": 2,
124
+ "minValue": 1,
125
+ "maxValue": 65535,
126
+ "defaultValue": 150,
127
+ "unsigned": true
128
+ },
129
+ {
130
+ "#": "10",
131
+ "label": "Top Button Function",
132
+ "valueSize": 1,
133
+ "minValue": 0,
134
+ "maxValue": 1,
135
+ "defaultValue": 1,
136
+ "allowManualEntry": false,
137
+ "options": [
138
+ {
139
+ "label": "Disable",
140
+ "value": 0
141
+ },
142
+ {
143
+ "label": "Enable",
144
+ "value": 1
145
+ }
146
+ ]
147
+ }
148
+ ]
149
+ }