@zwave-js/config 12.2.2 → 12.2.3

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.
@@ -6,7 +6,7 @@
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0002",
9
- "productId": "0x0001"
9
+ "productId": "0x0010"
10
10
  },
11
11
  {
12
12
  "productType": "0x0011",
@@ -100,7 +100,7 @@
100
100
  "label": "Threshold of kWh for Load Caution",
101
101
  "description": "Over this level, unit with go into overload mode",
102
102
  "valueSize": 2,
103
- "unit": "kWH",
103
+ "unit": "kWh",
104
104
  "minValue": 1,
105
105
  "maxValue": 10000,
106
106
  "defaultValue": 10000
@@ -45,7 +45,7 @@
45
45
  "#": "4",
46
46
  "label": "Threshold of kWh for Load Caution",
47
47
  "valueSize": 2,
48
- "unit": "KWH",
48
+ "unit": "kWh",
49
49
  "minValue": 0,
50
50
  "maxValue": 10000,
51
51
  "defaultValue": 0
@@ -81,7 +81,7 @@
81
81
  "#": "6",
82
82
  "label": "Threshold of kWh for Load Caution",
83
83
  "valueSize": 2,
84
- "unit": "Kwh",
84
+ "unit": "kWh",
85
85
  "minValue": 0,
86
86
  "maxValue": 10000,
87
87
  "defaultValue": 0
@@ -46,7 +46,7 @@
46
46
  "#": "4",
47
47
  "label": "Threshold of kWh for Load Caution",
48
48
  "valueSize": 2,
49
- "unit": "Kwh",
49
+ "unit": "kWh",
50
50
  "minValue": 1,
51
51
  "maxValue": 10000,
52
52
  "defaultValue": 10000
@@ -99,7 +99,7 @@
99
99
  "#": "6",
100
100
  "label": "Threshold of kWh for Load Caution",
101
101
  "valueSize": 2,
102
- "unit": "KWh",
102
+ "unit": "kWh",
103
103
  "minValue": 1,
104
104
  "maxValue": 10000,
105
105
  "defaultValue": 10000
@@ -51,7 +51,7 @@
51
51
  "#": "4",
52
52
  "label": "Threshold of kWh for Load Caution",
53
53
  "valueSize": 2,
54
- "unit": "KWh",
54
+ "unit": "kWh",
55
55
  "minValue": 1,
56
56
  "maxValue": 10000,
57
57
  "defaultValue": 10000
@@ -0,0 +1,71 @@
1
+ {
2
+ "manufacturer": "Dawon DNS",
3
+ "manufacturerId": "0x018c",
4
+ "label": "PM-B400ZW-N",
5
+ "description": "Smart Plug with Power Meter",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0042",
9
+ "productId": "0x0006",
10
+ "zwaveAllianceId": 1870
11
+ },
12
+ {
13
+ "productType": "0x0042",
14
+ "productId": "0x0005"
15
+ }
16
+ ],
17
+ "firmwareVersion": {
18
+ "min": "0.0",
19
+ "max": "255.255"
20
+ },
21
+ "paramInformation": [
22
+ {
23
+ "#": "1[0xff]",
24
+ "$import": "~/templates/master_template.json#base_enable_disable",
25
+ "label": "Standby Power Cutoff",
26
+ "valueSize": 4
27
+ },
28
+ {
29
+ "#": "1[0xffffff00]",
30
+ "label": "Standby Power Cutoff Threshold",
31
+ "valueSize": 4,
32
+ "unit": "0.01 W",
33
+ "minValue": 0,
34
+ "maxValue": 60000,
35
+ "defaultValue": 0
36
+ },
37
+ {
38
+ "#": "2",
39
+ "$import": "~/templates/master_template.json#base_enable_disable",
40
+ "label": "Energy (kWh) Reporting",
41
+ "defaultValue": 1
42
+ },
43
+ {
44
+ "#": "3",
45
+ "$import": "~/templates/master_template.json#base_enable_disable",
46
+ "label": "Accumulation of kWh Values",
47
+ "defaultValue": 1
48
+ },
49
+ {
50
+ "#": "4",
51
+ "$import": "~/templates/master_template.json#base_enable_disable",
52
+ "label": "Connected Device in Use"
53
+ },
54
+ {
55
+ "#": "5",
56
+ "label": "Energy (kWh) Report Interval",
57
+ "valueSize": 1,
58
+ "unit": "10 minutes",
59
+ "minValue": 0,
60
+ "maxValue": 144,
61
+ "defaultValue": 6,
62
+ "unsigned": true
63
+ }
64
+ ],
65
+ "metadata": {
66
+ "inclusion": "After mounting the UZB controller to your PC and running the PC Controller program, click the Add button in the PC Controller program. Press the button on the Smart Plug for more than five seconds after you plug the Smart Plug into a power outlet and it will include to the network controller, while flashing the red button on the LED Smart Plug",
67
+ "exclusion": "After mounting the UZB controller to your PC and run the PC Controller program you can click the Remove button in the PC Controller program. Press the button on the Smart Plug for more than five seconds after you plug the Smart Plug into a power outlet will Exclusion in the network controller, while the flashing red button LED Smart Plug",
68
+ "reset": "Press the button on the Smart Plug for more than 10 seconds after you plug the Smart Plug into a power outlet will make a Exclusion in the network controller, while the flashing red button LED Smart Plug. And all the variables are initialized.\n\n※ Please use this procedure only in the event that the network primary \n controller is missing or otherwise inoperable",
69
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1870/PB-B400ZWN_Manual.pdf"
70
+ }
71
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "12.2.2",
3
+ "version": "12.2.3",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -55,8 +55,8 @@
55
55
  "test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
56
56
  },
57
57
  "dependencies": {
58
- "@zwave-js/core": "12.2.1",
59
- "@zwave-js/shared": "12.2.1",
58
+ "@zwave-js/core": "12.2.3",
59
+ "@zwave-js/shared": "12.2.3",
60
60
  "alcalzone-shared": "^4.0.8",
61
61
  "ansi-colors": "^4.1.3",
62
62
  "fs-extra": "^11.1.1",
@@ -76,7 +76,7 @@
76
76
  "@types/sinon": "^10.0.16",
77
77
  "@types/xml2js": "^0.4.12",
78
78
  "@types/yargs": "^17.0.24",
79
- "@zwave-js/maintenance": "12.2.1",
79
+ "@zwave-js/maintenance": "12.2.3",
80
80
  "ava": "^5.3.1",
81
81
  "comment-json": "^4.2.3",
82
82
  "del-cli": "^5.1.0",