Skip to content

Commit

Permalink
Update sp817.json
Browse files Browse the repository at this point in the history
disable Supervision for Everspring SP817 Motion Sensor: setting configuration parameters always fails.
  • Loading branch information
angainor authored Dec 9, 2024
1 parent 7c5a4ac commit 1103cee
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 1103cee

Please sign in to comment.