Add support for RM4 0x62bc (#331)
* Add support for RM4 0x62bc * Fix device name
This commit is contained in:
parent
0bd58c6f59
commit
26a4565e58
1 changed files with 2 additions and 1 deletions
|
@ -49,8 +49,9 @@ def gendevice(devtype, host, mac, name=None, cloud=None):
|
|||
],
|
||||
rm4: [0x51da, # RM4b
|
||||
0x5f36, # RM Mini 3
|
||||
0x610f, # RM4c
|
||||
0x610e, # RM4 mini
|
||||
0x610f, # RM4c
|
||||
0x62bc, # RM4 mini
|
||||
0x62be # RM4c
|
||||
],
|
||||
a1: [0x2714], # A1
|
||||
|
|
Loading…
Reference in a new issue