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
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ def gendevice(devtype, host, mac):
|
|||
0x27a1, # RM2 Pro Plus R1
|
||||
0x27a6, # RM2 Pro PP
|
||||
0x278f, # RM Mini Shate
|
||||
0x27c2 # RM Mini 3
|
||||
0x27c2, # RM Mini 3
|
||||
0x27de # RM Mini 3 (C)
|
||||
],
|
||||
a1: [0x2714], # A1
|
||||
mp1: [0x4EB5, # MP1
|
||||
|
|
Loading…
Reference in a new issue