Skip to content

Commit

Permalink
Add support for Broadlink SP4D-US (0xA6F4) (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipediel authored Apr 17, 2024
1 parent 548bd8b commit 7d3a200
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 @@ -71,6 +71,7 @@
0xA576: ("SP4L-AU", "Broadlink"),
0xA589: ("SP4L-UK", "Broadlink"),
0xA5D3: ("SP4L-EU", "Broadlink"),
0xA6F4: ("SP4D-US", "Broadlink"),
},
sp4b: {
0x5115: ("SCB1E", "Broadlink"),
Expand Down

0 comments on commit 7d3a200

Please sign in to comment.