Skip to content

Commit

Permalink
Add new mesh model bean.switch.bl02 #1320
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Apr 6, 2024
1 parent 1b24b52 commit b1008e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions custom_components/xiaomi_gateway3/core/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -2670,6 +2670,13 @@
BaseConv("backlight", "switch", mi="6.p.1"),
BaseConv("led", "switch", mi="6.p.2"),
]
},{
9610: ["Unknown", "Double Wall Switch", "bean.switch.bl02"],
"spec": [
BaseConv("channel_1", "switch", mi="2.p.1"),
BaseConv("channel_2", "switch", mi="3.p.1"),
BaseConv("led", "switch", mi="8.p.1"),
],
}, {
11253: ["LianXun", "Switch Four-key Mesh", "lxun.switch.lxswm4"],
"spec": [
Expand Down

0 comments on commit b1008e1

Please sign in to comment.