Query the number of Devices in the Plant that are experiencing alarms
Parameter | Description | Required |
---|---|---|
action | queryPlantWarningDeviceCount | True |
plantid | Plant id | True |
devtype | Device type | False |
level | Alarm level, If this parameter is not passed, it indicates you do not care | False |
response:
Parameter | Description | Required |
---|---|---|
count | Number of Devices being alerted | True |
{
"err":0,
"desc":"ERR_NONE",
"dat":{
"count": 0
}
}
Possible errors:
Response error code | Description | Details |
---|---|---|
0x0006 | ERR_FORMAT_ERROR | Parameter |
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 |