Query the Installed capacity (design power) of all Plant
| Parameter | Description | Required |
|---|---|---|
| action | queryPlantsNominalPower | True |
response:
| Parameter | Description | Required |
|---|---|---|
| nominalPower | Installed capacity (design power), Standardized units | True |
{
"err":0,
"desc":"ERR_NONE",
"dat":{
"nominalPower":"10.0001"
}
}
Possible errors:
| Response error code | Description | Details |
|---|---|---|
| 0x0104 | ERR_NOT_FOUND_PLANT | Unable to find Plant |