@zwave-js/config 13.10.1 → 13.10.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.
|
@@ -48,6 +48,16 @@
|
|
|
48
48
|
]
|
|
49
49
|
}
|
|
50
50
|
],
|
|
51
|
+
"compat": {
|
|
52
|
+
"commandClasses": {
|
|
53
|
+
"remove": {
|
|
54
|
+
// The device responds with a status of Fail to all supervised requests
|
|
55
|
+
"Supervision": {
|
|
56
|
+
"endpoints": "*"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
},
|
|
51
61
|
"metadata": {
|
|
52
62
|
"inclusion": "1. Put the Z-Wave Controller into inclusion mode.\n2. Press the Link button 3 times within 1.5 seconds to put the unit into inclusion mode.",
|
|
53
63
|
"exclusion": "1. Put the Z-Wave Controller into exclusion mode.\n2. Press the Link button 3 times within 1.5 seconds to put the unit into exclusion mode.",
|