add honyar mp1 devtype 0x4ef7
This commit is contained in:
parent
4f902342e7
commit
1d7fba3d06
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def gendevice(devtype, host, mac):
|
|||
return rm(host=host, mac=mac)
|
||||
elif devtype == 0x2714: # A1
|
||||
return a1(host=host, mac=mac)
|
||||
elif devtype == 0x4EB5: # MP1
|
||||
elif devtype == 0x4EB5 or devtype == 0x4EF7: # MP1: 0x4eb5, honyar oem mp1: 0x4ef7
|
||||
return mp1(host=host, mac=mac)
|
||||
else:
|
||||
return device(host=host, mac=mac)
|
||||
|
|
Loading…
Reference in a new issue