mirror of
https://github.com/S4mpsa/InfOS.git
synced 2025-08-04 02:16:05 -04:00
Adding getMinerStatus Usecase
This commit is contained in:
parent
fb4c96a7ff
commit
2e0acda587
@ -0,0 +1,5 @@
|
|||||||
|
local function exec(miner)
|
||||||
|
return miner.isMachineActive() and miner.hasWork() -- TODO: differenciate cases
|
||||||
|
end
|
||||||
|
|
||||||
|
return exec
|
Loading…
x
Reference in New Issue
Block a user