Skip to content

Commit

Permalink
Add supported type
Browse files Browse the repository at this point in the history
  • Loading branch information
felipediel committed Apr 11, 2024
1 parent 0090d6e commit ee905b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion broadlink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .hub import s3
from .light import lb1, lb2
from .remote import rm, rm4, rm4mini, rm4pro, rmmini, rmminib, rmpro
from .sensor import a1
from .sensor import a1, a2
from .switch import bg1, ehc31, mp1, mp1s, sp1, sp2, sp2s, sp3, sp3s, sp4, sp4b

SUPPORTED_TYPES = {
Expand Down Expand Up @@ -144,6 +144,9 @@
a1: {
0x2714: ("e-Sensor", "Broadlink"),
},
a2: {
0x4F60: ("e-Sensor", "Broadlink"),
},
mp1: {
0x4EB5: ("MP1-1K4S", "Broadlink"),
0x4F1B: ("MP1-1K3S2U", "Broadlink (OEM)"),
Expand Down

0 comments on commit ee905b9

Please sign in to comment.