Skip to content

Commit

Permalink
Add support for Broadlink LB1 bulb (0x644B) (#717)
Browse files Browse the repository at this point in the history
* Adding support for LB1 bulb 0x644B

* Sort product ids

Co-authored-by: Felipe Martins Diel <[email protected]>
  • Loading branch information
compdog and felipediel committed Nov 20, 2022
1 parent 130baf4 commit 6c6066a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions broadlink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
0x60C7: ("LB1", "Broadlink"),
0x60C8: ("LB1", "Broadlink"),
0x6112: ("LB1", "Broadlink"),
0x644B: ("LB1", "Broadlink"),
0x644C: ("LB27 R1", "Broadlink"),
0x644E: ("LB26 R1", "Broadlink"),
},
Expand Down

0 comments on commit 6c6066a

Please sign in to comment.