@zwave-js/config 8.10.2 → 8.11.2-20220118

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.
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "firmwareVersion": {
22
22
  "min": "0.0",
23
- "max": "255.255"
23
+ "max": "1.1"
24
24
  },
25
25
  "associations": {
26
26
  "1": {
@@ -0,0 +1,176 @@
1
+ {
2
+ "manufacturer": "Eaton",
3
+ "manufacturerId": "0x001a",
4
+ "label": "RF9540-N",
5
+ "description": "All Load Dimmer Light Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x4449",
9
+ "productId": "0x0101",
10
+ "zwaveAllianceId": 797
11
+ },
12
+ {
13
+ "productType": "0x4449",
14
+ "productId": "0xaa00"
15
+ },
16
+ {
17
+ "productType": "0x4449",
18
+ "productId": "0xff00"
19
+ }
20
+ ],
21
+ "firmwareVersion": {
22
+ "min": "1.2",
23
+ "max": "255.255"
24
+ },
25
+ "associations": {
26
+ "1": {
27
+ "label": "Group 1",
28
+ "maxNodes": 5,
29
+ "isLifeline": true
30
+ }
31
+ },
32
+ "paramInformation": [
33
+ {
34
+ "#": "1",
35
+ "label": "Delayed OFF time",
36
+ "description": "time in seconds to delay OFF",
37
+ "valueSize": 1,
38
+ "unit": "seconds",
39
+ "minValue": 0,
40
+ "maxValue": 255,
41
+ "defaultValue": 0,
42
+ "unsigned": true
43
+ },
44
+ {
45
+ "#": "2",
46
+ "label": "Panic ON time",
47
+ "description": "Time in seconds for panic mode ON",
48
+ "valueSize": 1,
49
+ "unit": "seconds",
50
+ "minValue": 0,
51
+ "maxValue": 255,
52
+ "defaultValue": 0,
53
+ "unsigned": true
54
+ },
55
+ {
56
+ "#": "3",
57
+ "label": "Panic OFF time",
58
+ "description": "time in seconds for OFF in panic mode",
59
+ "valueSize": 1,
60
+ "unit": "seconds",
61
+ "minValue": 0,
62
+ "maxValue": 255,
63
+ "defaultValue": 0,
64
+ "unsigned": true
65
+ },
66
+ {
67
+ "#": "4",
68
+ "label": "Basic Set Value",
69
+ "description": "Send value to association group on trigger",
70
+ "valueSize": 1,
71
+ "minValue": 0,
72
+ "maxValue": 255,
73
+ "defaultValue": 0,
74
+ "unsigned": true
75
+ },
76
+ {
77
+ "#": "5",
78
+ "label": "Power Up State",
79
+ "description": "Power Up State of the switch",
80
+ "valueSize": 1,
81
+ "minValue": 1,
82
+ "maxValue": 3,
83
+ "defaultValue": 1,
84
+ "unsigned": true,
85
+ "allowManualEntry": false,
86
+ "options": [
87
+ {
88
+ "label": "OFF",
89
+ "value": 1
90
+ },
91
+ {
92
+ "label": "ON",
93
+ "value": 2
94
+ },
95
+ {
96
+ "label": "Last State",
97
+ "value": 3
98
+ }
99
+ ]
100
+ },
101
+ {
102
+ "#": "6",
103
+ "label": "Panic mode enable",
104
+ "description": "Enables this switch to participate in panic mode",
105
+ "valueSize": 1,
106
+ "minValue": 1,
107
+ "maxValue": 2,
108
+ "defaultValue": 1,
109
+ "unsigned": true,
110
+ "allowManualEntry": false,
111
+ "options": [
112
+ {
113
+ "label": "OFF",
114
+ "value": 1
115
+ },
116
+ {
117
+ "label": "ON",
118
+ "value": 2
119
+ }
120
+ ]
121
+ },
122
+ {
123
+ "#": "7",
124
+ "label": "Dimmer Ramp Time",
125
+ "description": "Time in seconds to reach desired level",
126
+ "valueSize": 1,
127
+ "unit": "seconds",
128
+ "minValue": 0,
129
+ "maxValue": 255,
130
+ "defaultValue": 0,
131
+ "unsigned": true
132
+ },
133
+ {
134
+ "#": "8",
135
+ "label": "Kickstart / Rapid Start",
136
+ "description": "Turn on or off rapid start feature",
137
+ "valueSize": 1,
138
+ "minValue": 1,
139
+ "maxValue": 2,
140
+ "defaultValue": 1,
141
+ "unsigned": true,
142
+ "allowManualEntry": false,
143
+ "options": [
144
+ {
145
+ "label": "OFF",
146
+ "value": 1
147
+ },
148
+ {
149
+ "label": "ON",
150
+ "value": 2
151
+ }
152
+ ]
153
+ },
154
+ {
155
+ "#": "11",
156
+ "label": "Minimum Dimmer Level",
157
+ "description": "The minimum dim level the switch will allow",
158
+ "valueSize": 1,
159
+ "minValue": 4,
160
+ "maxValue": 99,
161
+ "defaultValue": 4
162
+ },
163
+ {
164
+ "#": "12",
165
+ "label": "Maximum Dimmer Level",
166
+ "description": "The maximum dim level the switch will allow",
167
+ "valueSize": 1,
168
+ "minValue": 4,
169
+ "maxValue": 99,
170
+ "defaultValue": 99
171
+ }
172
+ ],
173
+ "compat": {
174
+ "enableBasicSetMapping": true
175
+ }
176
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "schedule_hour": {
3
+ "description": "24-hour format",
4
+ "valueSize": 4,
5
+ "minValue": 0,
6
+ "maxValue": 23,
7
+ "defaultValue": 0,
8
+ "unsigned": true
9
+ },
10
+ "schedule_minute": {
11
+ "valueSize": 4,
12
+ "minValue": 0,
13
+ "maxValue": 59,
14
+ "defaultValue": 0,
15
+ "unsigned": true
16
+ },
17
+ "schedule_heat_setpoint": {
18
+ "valueSize": 4,
19
+ "unit": "°F",
20
+ "minValue": 55,
21
+ "maxValue": 90,
22
+ "defaultValue": 0,
23
+ "unsigned": true
24
+ },
25
+ "schedule_cool_setpoint": {
26
+ "valueSize": 4,
27
+ "unit": "°F",
28
+ "minValue": 60,
29
+ "maxValue": 99,
30
+ "defaultValue": 0,
31
+ "unsigned": true
32
+ }
33
+ }