@zwave-js/config 15.1.2 → 15.2.0

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.
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "15.1.2";
1
+ export declare const PACKAGE_VERSION = "15.2.0";
2
2
  //# sourceMappingURL=_version.d.ts.map
@@ -21,7 +21,7 @@ __export(version_exports, {
21
21
  PACKAGE_VERSION: () => PACKAGE_VERSION
22
22
  });
23
23
  module.exports = __toCommonJS(version_exports);
24
- const PACKAGE_VERSION = "15.1.2";
24
+ const PACKAGE_VERSION = "15.2.0";
25
25
  // Annotate the CommonJS export names for ESM import in node:
26
26
  0 && (module.exports = {
27
27
  PACKAGE_VERSION
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/_version.ts"],
4
- "sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.1.2\";\n"],
4
+ "sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.2.0\";\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;AAAA;;;;;AACO,MAAM,kBAAkB;",
6
6
  "names": []
7
7
  }
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "15.1.2";
1
+ export declare const PACKAGE_VERSION = "15.2.0";
2
2
  //# sourceMappingURL=_version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated by the codegen maintenance script
2
- export const PACKAGE_VERSION = "15.1.2";
2
+ export const PACKAGE_VERSION = "15.2.0";
3
3
  //# sourceMappingURL=_version.js.map
@@ -0,0 +1,191 @@
1
+ {
2
+ "manufacturer": "Ness",
3
+ "manufacturerId": "0x0208",
4
+ "label": "ZA-216001",
5
+ "description": "Smart Plug",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0102",
9
+ "productId": "0x0029",
10
+ "zwaveAllianceId": 4196
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ }
23
+ },
24
+ "paramInformation": [
25
+ {
26
+ "#": "20",
27
+ "$import": "~/templates/master_template.json#base_enable_disable",
28
+ "label": "Overload Protection",
29
+ "description": "If current exceeds 11.5 A over 5 seconds, relay will turn off.",
30
+ "defaultValue": 1
31
+ },
32
+ {
33
+ "#": "21",
34
+ "$import": "~/templates/master_template.json#state_after_power_failure_prev_on_off"
35
+ },
36
+ {
37
+ "#": "24",
38
+ "label": "Send Basic Report on State Change",
39
+ "valueSize": 1,
40
+ "minValue": 0,
41
+ "maxValue": 2,
42
+ "defaultValue": 1,
43
+ "options": [
44
+ {
45
+ "label": "Disabled",
46
+ "value": 0
47
+ },
48
+ {
49
+ "label": "Enabled",
50
+ "value": 1
51
+ },
52
+ {
53
+ "label": "Only when controlled locally",
54
+ "value": 2
55
+ }
56
+ ]
57
+ },
58
+ {
59
+ "#": "27",
60
+ "label": "LED Indicator",
61
+ "valueSize": 1,
62
+ "defaultValue": 0,
63
+ "allowManualEntry": false,
64
+ "options": [
65
+ {
66
+ "label": "On when load is on",
67
+ "value": 0
68
+ },
69
+ {
70
+ "label": "On for 5 seconds, then off",
71
+ "value": 1
72
+ }
73
+ ]
74
+ },
75
+ {
76
+ "#": "151",
77
+ "label": "Power Change Report Threshold",
78
+ "valueSize": 2,
79
+ "unit": "W",
80
+ "minValue": 0,
81
+ "maxValue": 200,
82
+ "defaultValue": 50,
83
+ "options": [
84
+ {
85
+ "label": "Disabled",
86
+ "value": 0
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "#": "152",
92
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
93
+ "label": "Relative Power Change Report Threshold",
94
+ "unit": "%",
95
+ "defaultValue": 10,
96
+ "options": [
97
+ {
98
+ "label": "Disabled",
99
+ "value": 0
100
+ }
101
+ ]
102
+ },
103
+ {
104
+ "#": "171",
105
+ "label": "Power (W) Report Interval",
106
+ "description": "Minimum value 3600, if not disabled",
107
+ "valueSize": 4,
108
+ "unit": "seconds",
109
+ "minValue": 0,
110
+ "maxValue": 2678400,
111
+ "defaultValue": 3600,
112
+ "options": [
113
+ {
114
+ "label": "Disabled",
115
+ "value": 0
116
+ }
117
+ ]
118
+ },
119
+ {
120
+ "#": "172",
121
+ "label": "Energy (kWh) Report Interval",
122
+ "description": "Minimum value 3600, if not disabled",
123
+ "valueSize": 4,
124
+ "unit": "seconds",
125
+ "minValue": 0,
126
+ "maxValue": 2678400,
127
+ "defaultValue": 7200,
128
+ "options": [
129
+ {
130
+ "label": "Disabled",
131
+ "value": 0
132
+ }
133
+ ]
134
+ },
135
+ {
136
+ "#": "173",
137
+ "label": "Voltage (V) Report Interval",
138
+ "description": "Minimum value 3600, if not disabled",
139
+ "valueSize": 4,
140
+ "unit": "seconds",
141
+ "minValue": 0,
142
+ "maxValue": 2678400,
143
+ "defaultValue": 0,
144
+ "options": [
145
+ {
146
+ "label": "Disabled",
147
+ "value": 0
148
+ }
149
+ ]
150
+ },
151
+ {
152
+ "#": "174",
153
+ "label": "Current (A) Report Interval",
154
+ "description": "Minimum value 3600, if not disabled",
155
+ "valueSize": 4,
156
+ "unit": "seconds",
157
+ "minValue": 0,
158
+ "maxValue": 2678400,
159
+ "defaultValue": 0,
160
+ "options": [
161
+ {
162
+ "label": "Disabled",
163
+ "value": 0
164
+ }
165
+ ]
166
+ },
167
+ {
168
+ "#": "254",
169
+ "label": "Lock Configuration",
170
+ "valueSize": 1,
171
+ "defaultValue": 0,
172
+ "allowManualEntry": false,
173
+ "options": [
174
+ {
175
+ "label": "Unlocked",
176
+ "value": 0
177
+ },
178
+ {
179
+ "label": "Locked",
180
+ "value": 1
181
+ }
182
+ ]
183
+ }
184
+ ],
185
+ "metadata": {
186
+ "inclusion": "1. Connect the power supply.\n2. Set the Z-Wave™ network main controller into learning mode.\n3. Triple click the Z-button, the LED indicator will be flashing 3 times in Blue.\n4. Smart Plug should be recognized and included into the Z-Wave™ network",
187
+ "exclusion": "1. Insert the Plug into a socket.\n2. Set the Z-Wave™ network controller into the exclusion mode.\n3. Triple click the Z button.\n4. LED will blink in blue for 3 times, and then start slow flashing to indicate that the remove for exclusion is successful. LED will indicate network status after it is removed from Z-Wave™ network",
188
+ "reset": "Long press the button for 20 seconds and the blue LED will speed up the flash and then LED will keep on for 3 seconds in blue and Smart Plug will send ”Device Reset Locally Notification” to the main controller and exclude from the Z-Wave™ network, this procedure will reset Smart Plug to factory default.",
189
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4196/Manual-SmartPlug.pdf"
190
+ }
191
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "15.1.2",
3
+ "version": "15.2.0",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"