Skip to content

Commit

Permalink
fix(config): disable Supervision for Everspring SP817 Motion Sensor (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
angainor authored Jan 13, 2025
1 parent 9de4967 commit bc8935e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/config/config/devices/0x0060/sp817.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,15 @@
"maxValue": 3600,
"defaultValue": 15
}
]
],
"compat": {
"commandClasses": {
"remove": {
// Supervised commands always result in a status of "Fail"
"Supervision": {
"endpoints": "*"
}
}
}
}
}

0 comments on commit bc8935e

Please sign in to comment.