SP3S support (#117)
This commit is contained in:
parent
1d7fba3d06
commit
626b459b5b
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ def gendevice(devtype, host, mac):
|
|||
return sp2(host=host, mac=mac)
|
||||
elif devtype == 0x753e: # SP3
|
||||
return sp2(host=host, mac=mac)
|
||||
elif devtype == 0x947a or devtype == 0x9479: # SP3S
|
||||
return sp2(host=host, mac=mac)
|
||||
elif devtype == 0x2728: # SPMini2
|
||||
return sp2(host=host, mac=mac)
|
||||
elif devtype == 0x2733 or devtype == 0x273e: # OEM branded SPMini
|
||||
|
|
Loading…
Reference in a new issue