Skip to content

Commit

Permalink
Add support for Broadlink SP4M-JP (0x756B) (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipediel authored Apr 9, 2024
1 parent 80d6a2f commit ae14a9c
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 @@ -55,6 +55,7 @@
},
sp4: {
0x7568: ("SP4L-CN", "Broadlink"),
0x756B: ("SP4M-JP", "Broadlink"),
0x756C: ("SP4M", "Broadlink"),
0x756F: ("MCB1", "Broadlink"),
0x7579: ("SP4L-EU", "Broadlink"),
Expand Down

0 comments on commit ae14a9c

Please sign in to comment.