Extend support to RM4 Pro (0x6026) (#340)
This commit is contained in:
parent
af99f92721
commit
548aa05da0
1 changed files with 3 additions and 2 deletions
|
@ -49,9 +49,10 @@ def gendevice(devtype, host, mac, name=None, cloud=None):
|
|||
],
|
||||
rm4: [0x51da, # RM4b
|
||||
0x5f36, # RM Mini 3
|
||||
0x610e, # RM4 mini
|
||||
0x6026, # RM4 Pro
|
||||
0x610e, # RM4 Mini
|
||||
0x610f, # RM4c
|
||||
0x62bc, # RM4 mini
|
||||
0x62bc, # RM4 Mini
|
||||
0x62be # RM4c
|
||||
],
|
||||
a1: [0x2714], # A1
|
||||
|
|
Loading…
Reference in a new issue