Query the continuous trouble-free operation time of the Plant
| Parameter | Description | Required |
|---|---|---|
| action | queryPlantRunningNormalTime | True |
| plantid | Plant id | True |
response:
| Parameter | Description | Required |
|---|---|---|
| minutes | Continuous trouble-free operation time, minutes | True |
{
"err":0,
"desc":"ERR_NONE",
"dat":{
"minutes":60
}
}
Possible errors:
| Response error code | Description | Details |
|---|---|---|
| 0x0006 | ERR_FORMAT_ERROR | Parameter error |
| 0x000B | ERR_NO_PERMISSION | No permission (the user does not have permission to operate the Plant) |
| 0x0104 | ERR_NOT_FOUND_PLANT | Unable to find the Plant |