Skip to content

Commit

Permalink
Add support for Broadlink SP4L-AU (0xA576) (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipediel authored Nov 29, 2022
1 parent 6c6066a commit 9897b9b
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 @@ -65,6 +65,7 @@
0xA56A: ("MCB1", "Broadlink"),
0xA56B: ("SCB1E", "Broadlink"),
0xA56C: ("SP4L-EU", "Broadlink"),
0xA576: ("SP4L-AU", "Broadlink"),
0xA589: ("SP4L-UK", "Broadlink"),
0xA5D3: ("SP4L-EU", "Broadlink"),
},
Expand Down

0 comments on commit 9897b9b

Please sign in to comment.