Query the power generation of all Plant on a certain day
Parameter | Description | Required |
---|---|---|
action | queryPlantsEnergyDay | True |
date | Date to query, format: yyyy-mm-dd ,The date is considered to be the time zone where each Plant is located, If this parameter is not passed, it will be defaulted to today | False |
response:
Parameter | Description | Required |
---|---|---|
energy | Power generation, Standardized units | True |
{
"err":0,
"desc":"ERR_NONE",
"dat":{
"energy":"10.0001"
}
}
Possible errors:
Response error code | Description | Details |
---|---|---|
0x0104 | ERR_NOT_FOUND_PLANT | Unable to find Plant |
0x000C | ERR_NO_RECORD | No records (no data found or no data generated for that day) |