@zwave-js/config 8.11.2-20220117 → 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.
|
@@ -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
|
+
}
|
|
@@ -1664,9 +1664,9 @@
|
|
|
1664
1664
|
"productId": "0x0101",
|
|
1665
1665
|
"firmwareVersion": {
|
|
1666
1666
|
"min": "0.0",
|
|
1667
|
-
"max": "
|
|
1667
|
+
"max": "1.1"
|
|
1668
1668
|
},
|
|
1669
|
-
"filename": "0x001a/rf9540-
|
|
1669
|
+
"filename": "0x001a/rf9540-n_0.0_1.1.json"
|
|
1670
1670
|
},
|
|
1671
1671
|
{
|
|
1672
1672
|
"manufacturerId": "0x001a",
|
|
@@ -1676,9 +1676,9 @@
|
|
|
1676
1676
|
"productId": "0xaa00",
|
|
1677
1677
|
"firmwareVersion": {
|
|
1678
1678
|
"min": "0.0",
|
|
1679
|
-
"max": "
|
|
1679
|
+
"max": "1.1"
|
|
1680
1680
|
},
|
|
1681
|
-
"filename": "0x001a/rf9540-
|
|
1681
|
+
"filename": "0x001a/rf9540-n_0.0_1.1.json"
|
|
1682
1682
|
},
|
|
1683
1683
|
{
|
|
1684
1684
|
"manufacturerId": "0x001a",
|
|
@@ -1688,9 +1688,45 @@
|
|
|
1688
1688
|
"productId": "0xff00",
|
|
1689
1689
|
"firmwareVersion": {
|
|
1690
1690
|
"min": "0.0",
|
|
1691
|
+
"max": "1.1"
|
|
1692
|
+
},
|
|
1693
|
+
"filename": "0x001a/rf9540-n_0.0_1.1.json"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"manufacturerId": "0x001a",
|
|
1697
|
+
"manufacturer": "Eaton",
|
|
1698
|
+
"label": "RF9540-N",
|
|
1699
|
+
"productType": "0x4449",
|
|
1700
|
+
"productId": "0x0101",
|
|
1701
|
+
"firmwareVersion": {
|
|
1702
|
+
"min": "1.2",
|
|
1703
|
+
"max": "255.255"
|
|
1704
|
+
},
|
|
1705
|
+
"filename": "0x001a/rf9540-n_1.2.json"
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"manufacturerId": "0x001a",
|
|
1709
|
+
"manufacturer": "Eaton",
|
|
1710
|
+
"label": "RF9540-N",
|
|
1711
|
+
"productType": "0x4449",
|
|
1712
|
+
"productId": "0xaa00",
|
|
1713
|
+
"firmwareVersion": {
|
|
1714
|
+
"min": "1.2",
|
|
1715
|
+
"max": "255.255"
|
|
1716
|
+
},
|
|
1717
|
+
"filename": "0x001a/rf9540-n_1.2.json"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"manufacturerId": "0x001a",
|
|
1721
|
+
"manufacturer": "Eaton",
|
|
1722
|
+
"label": "RF9540-N",
|
|
1723
|
+
"productType": "0x4449",
|
|
1724
|
+
"productId": "0xff00",
|
|
1725
|
+
"firmwareVersion": {
|
|
1726
|
+
"min": "1.2",
|
|
1691
1727
|
"max": "255.255"
|
|
1692
1728
|
},
|
|
1693
|
-
"filename": "0x001a/rf9540-
|
|
1729
|
+
"filename": "0x001a/rf9540-n_1.2.json"
|
|
1694
1730
|
},
|
|
1695
1731
|
{
|
|
1696
1732
|
"manufacturerId": "0x001a",
|