Skip to content

Commit

Permalink
fix(config): force-add support for Multilevel Switch CC to FGRM-222
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jul 9, 2024
1 parent 7d05815 commit 8f0bfcc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 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 @@ -354,5 +354,16 @@
}
]
}
]
],
"compat": {
// The device can be controlled using Multilevel Switch CC, but it does not advertise it.
"commandClasses": {
"add": {
"Multilevel Switch": {
"isSupported": true,
"version": 2
}
}
}
}
}

0 comments on commit 8f0bfcc

Please sign in to comment.