@zwave-js/config 9.2.0 → 9.2.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.
@@ -28,7 +28,7 @@
28
28
  {
29
29
  "#": "1",
30
30
  "label": "Fade On Time",
31
- "description": "Time it takes to fade on; units are seconds when value is 1-127, and minutes (subtracting 127) when value is 128-253.",
31
+ "description": "1...127 = seconds, 128...253 = minutes (minus 127)",
32
32
  "valueSize": 1,
33
33
  "minValue": 0,
34
34
  "maxValue": 253,
@@ -43,8 +43,8 @@
43
43
  },
44
44
  {
45
45
  "#": "2",
46
- "label": "Fade off time",
47
- "description": "Time it takes to fade off; units are seconds when value is 1-127, and minutes (subtracting 127) when value is 128-253.",
46
+ "label": "Fade Off Time",
47
+ "description": "1...127 = seconds, 128...253 = minutes (minus 127)",
48
48
  "valueSize": 1,
49
49
  "minValue": 0,
50
50
  "maxValue": 253,
@@ -100,7 +100,6 @@
100
100
  {
101
101
  "#": "8",
102
102
  "label": "Load Type",
103
- "description": "Type of lamp",
104
103
  "valueSize": 1,
105
104
  "defaultValue": 0,
106
105
  "allowManualEntry": false,
@@ -23,9 +23,110 @@
23
23
  },
24
24
  "associations": {
25
25
  "1": {
26
- "label": "Group 1",
26
+ "label": "Lifeline",
27
27
  "maxNodes": 5,
28
28
  "isLifeline": true
29
29
  }
30
+ },
31
+ "paramInformation": [
32
+ {
33
+ "#": "1",
34
+ "label": "Fade On Time",
35
+ "description": "1...127 = seconds, 128...253 = minutes (minus 127)",
36
+ "valueSize": 1,
37
+ "minValue": 0,
38
+ "maxValue": 253,
39
+ "defaultValue": 2,
40
+ "unsigned": true,
41
+ "options": [
42
+ {
43
+ "label": "Instant on",
44
+ "value": 0
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "#": "2",
50
+ "label": "Fade Off Time",
51
+ "description": "1...127 = seconds, 128...253 = minutes (minus 127)",
52
+ "valueSize": 1,
53
+ "minValue": 0,
54
+ "maxValue": 253,
55
+ "defaultValue": 2,
56
+ "unsigned": true,
57
+ "options": [
58
+ {
59
+ "label": "Instant off",
60
+ "value": 0
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "#": "3",
66
+ "label": "Minimum Light Level",
67
+ "valueSize": 1,
68
+ "unit": "%",
69
+ "minValue": 0,
70
+ "maxValue": 100,
71
+ "defaultValue": 10
72
+ },
73
+ {
74
+ "#": "4",
75
+ "label": "Maximum Light Level",
76
+ "valueSize": 1,
77
+ "unit": "%",
78
+ "minValue": 0,
79
+ "maxValue": 100,
80
+ "defaultValue": 100
81
+ },
82
+ {
83
+ "#": "7",
84
+ "label": "LED Indicator",
85
+ "valueSize": 1,
86
+ "defaultValue": 255,
87
+ "unsigned": true,
88
+ "allowManualEntry": false,
89
+ "options": [
90
+ {
91
+ "label": "Always off",
92
+ "value": 0
93
+ },
94
+ {
95
+ "label": "LED on when switch on",
96
+ "value": 254
97
+ },
98
+ {
99
+ "label": "LED on when switch off",
100
+ "value": 255
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "#": "8",
106
+ "label": "Load Type",
107
+ "valueSize": 1,
108
+ "defaultValue": 0,
109
+ "allowManualEntry": false,
110
+ "options": [
111
+ {
112
+ "label": "Incandescent",
113
+ "value": 0
114
+ },
115
+ {
116
+ "label": "LED",
117
+ "value": 1
118
+ },
119
+ {
120
+ "label": "CFL",
121
+ "value": 2
122
+ }
123
+ ]
124
+ }
125
+ ],
126
+ "metadata": {
127
+ "inclusion": "Network Wide Inclusion:\nNetwork Wide Inclusion allows your device to be added to the network using devices already in the network to assist with communication. Work your way from the closest devices to the controller outward.\n• Enter Programming Mode by holding the control button for 7 seconds, the Locator LED will blink amber.\n• Tap the control button one time. The Locator LED will quickly flash green.\n• The Decora Smart Z-Wave device is ready to learn into the Z-Wave network.\n• Follow directions in the Z-Wave controller to complete the adding process.\n• Upon successful addition to network the LED will turn off and then blink green 3 times.\n• If the adding process is not successful the LED will flash red 3 times.\nTraditional Inclusion:\nFor older controllers Traditional Inclusion is supported. Depending on the age of the controller, the controller will need to be 3 to 35 feet from the device when including.\n• Enter Programming Mode by holding the control button for 7 seconds; the Locator LED will blink amber.\n• The Decora Smart Z-Wave device is ready to add to the Z-Wave network.\n• Follow directions in the Z-Wave controller to enter learn mode.\n• Tap the control button one time. The Locator LED will quickly flash green. The Z-Wave controller will begin to pair with the Decora Smart device.\n• Upon successful addition to the network the LED will turn off and then blink green 3 times.\n• If the adding process is not successful the LED will flash red 3 times.",
128
+ "exclusion": "• Enter Programming Mode by holding the control button for 7 seconds; the Locator LED will turn amber.\n• Follow directions in the Z-Wave controller to enter exclusion mode.\n• Tap the control button one time. The Locator LED will quickly flash green. The Z-Wave controller will exclude the Decora Smart device.\n• The Z-Wave controller will confirm successful exclusion from the network.",
129
+ "reset": "Hold the LED button down for 14 seconds. Upon successful reset, the LED with blink red/amber.",
130
+ "manual": "https://www.leviton.com/en/docs/DI-000-DZPD3-02B-W.pdf"
30
131
  }
31
132
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "9.2.0",
3
+ "version": "9.2.1",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"