Skip to content

Commit

Permalink
Add support for Broadlink SP mini 3 (0x7549) (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipediel committed Feb 17, 2023
1 parent 5d39482 commit d780f11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion broadlink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
0x7544: ("SP2-CL", "Broadlink"),
0x7546: ("SP2-UK/BR/IN", "Broadlink (OEM)"),
0x7547: ("SC1", "Broadlink"),
0x7549: ("SP mini 3", "Broadlink (OEM)"),
0x7918: ("SP2", "Broadlink (OEM)"),
0x7919: ("SP2-compatible", "Honeywell"),
0x791A: ("SP2-compatible", "Honeywell"),
Expand Down Expand Up @@ -160,7 +161,7 @@
0x60C8: ("LB1", "Broadlink"),
0x6112: ("LB1", "Broadlink"),
0x644B: ("LB1", "Broadlink"),
0x644C: ("LB27 R1", "Broadlink"),
0x644C: ("LB27 R1", "Broadlink"),
0x644E: ("LB26 R1", "Broadlink"),
0x6488: ("LB27 C1", "Broadlink"),
},
Expand Down

0 comments on commit d780f11

Please sign in to comment.