Skip to content

Commit

Permalink
fix: remove Binary Switch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jul 9, 2024
1 parent 8f0bfcc commit a53a472
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/extensions/zwave-js-config-editor
Submodule zwave-js-config-editor added at fe2c78
8 changes: 7 additions & 1 deletion packages/config/config/devices/0x010f/fgrm222_0_24.23.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,13 +356,19 @@
}
],
"compat": {
// The device can be controlled using Multilevel Switch CC, but it does not advertise it.
"commandClasses": {
"add": {
// The device can be controlled using Multilevel Switch CC, but it does not advertise it.
"Multilevel Switch": {
"isSupported": true,
"version": 2
}
},
// The device exposes Binary Switch CC, but Multilevel Switch CC supersedes it
"remove": {
"Binary Switch": {
"endpoints": "*"
}
}
}
}
Expand Down

0 comments on commit a53a472

Please sign in to comment.