Skip to content

Commit

Permalink
fix(config): disable Supervision for Everspring SE813 (#7331)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Oct 29, 2024
1 parent cd90c09 commit 8bed6f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/config/config/devices/0x0060/se813.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@
]
}
],
"compat": {
"commandClasses": {
"remove": {
// The device responds with a status of Fail to all supervised requests
"Supervision": {
"endpoints": "*"
}
}
}
},
"metadata": {
"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.",
"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.",
Expand Down

0 comments on commit 8bed6f9

Please sign in to comment.