Add support for RM4 mini with device type 0x610e (#320)
This commit is contained in:
parent
1a1169f1a9
commit
84e53c8d2b
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ def gendevice(devtype, host, mac):
|
|||
rm4: [0x51da, # RM4b
|
||||
0x5f36, # RM Mini 3
|
||||
0x610f, # RM4c
|
||||
0x610e, # RM4 mini
|
||||
0x62be # RM4c
|
||||
],
|
||||
a1: [0x2714], # A1
|
||||
|
|
Loading…
Reference in a new issue