bug: add luxos.supports_shutdown value

This commit is contained in:
Upstream Data
2024-11-26 08:25:25 -07:00
parent 5d57f35475
commit d34b35a82d

View File

@@ -76,6 +76,8 @@ class LUXMiner(LuxOSFirmware):
_rpc_cls = LUXMinerRPCAPI _rpc_cls = LUXMinerRPCAPI
rpc: LUXMinerRPCAPI rpc: LUXMinerRPCAPI
supports_shutdown = True
data_locations = LUXMINER_DATA_LOC data_locations = LUXMINER_DATA_LOC
async def fault_light_on(self) -> bool: async def fault_light_on(self) -> bool: