Hello,
API report have an active key with value 1, even with rig off…
If the rig is off, the “active” key must have 0, right?
Can you fix this?
[list]
[] rig ON… active: 1
[] rif OFF… active: 0
[/list]
Thanks
Ok, Active mean is active in rigs list. But how I know by API if the rig is ON or OFF?
Thanks
Found the solution
params = {'method': 'getCurrentStats'} give me what I want
Thanks