mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-21 22:51:41 +01:00
Add 27de RM Mini 3 (C) (#314)
I have a 0x27de RM Mini 3, as inspired by https://github.com/lprhodes/broadlinkjs-rm/blob/master/index.js, I added the identification and python-broadlink would handle it properly.
This commit is contained in:
parent
8e7446f410
commit
ec4df39665
@ -43,7 +43,8 @@ def gendevice(devtype, host, mac):
|
|||||||
0x27a1, # RM2 Pro Plus R1
|
0x27a1, # RM2 Pro Plus R1
|
||||||
0x27a6, # RM2 Pro PP
|
0x27a6, # RM2 Pro PP
|
||||||
0x278f, # RM Mini Shate
|
0x278f, # RM Mini Shate
|
||||||
0x27c2 # RM Mini 3
|
0x27c2, # RM Mini 3
|
||||||
|
0x27de # RM Mini 3 (C)
|
||||||
],
|
],
|
||||||
a1: [0x2714], # A1
|
a1: [0x2714], # A1
|
||||||
mp1: [0x4EB5, # MP1
|
mp1: [0x4EB5, # MP1
|
||||||
|
Loading…
Reference in New Issue
Block a user