feature: add web parsing for luxOS type
This commit is contained in:
@@ -628,6 +628,8 @@ class MinerFactory:
|
|||||||
return MinerTypes.WHATSMINER
|
return MinerTypes.WHATSMINER
|
||||||
if "Braiins OS" in web_text:
|
if "Braiins OS" in web_text:
|
||||||
return MinerTypes.BRAIINS_OS
|
return MinerTypes.BRAIINS_OS
|
||||||
|
if "Luxor Firmware" in web_text:
|
||||||
|
return MinerTypes.LUX_OS
|
||||||
if "<TITLE>用户界面</TITLE>" in web_text:
|
if "<TITLE>用户界面</TITLE>" in web_text:
|
||||||
return MinerTypes.ICERIVER
|
return MinerTypes.ICERIVER
|
||||||
if "AxeOS" in web_text:
|
if "AxeOS" in web_text:
|
||||||
|
|||||||
Reference in New Issue
Block a user