2.the seccond step add Plant
1.Add Plant Inteface explain
1.1 Parameter Description
1.2 Request Header Description
Headers | Value |
---|---|
Authoriation | your token |
Accept-Language | en |
1.3 Request Body Description
{
"installationDate": "2024-03-19",
"stationName": "My Plant",
"timezoneId": 1
}
1.4 Response Body
{
"code": 200,
"msg": "operate successfully",
"data": {
"stationId": 334,
"stationName": "My Plant",
"installationDate": "2024-03-19",
"timezoneId": 1
}
}
2. Add Plant
https://www.enerclo-atesspower.com/api/v1/plant
3. Get Plant By plantId
https://www.enerclo-atesspower.com/api/v1/plant
5. timezoneId list
以下数据来自于 https://www.enerclo-atesspower.com/api/v1/plant/timezone
接口,使用者也可自行调用接口查询到同样的数据。
Modified at 2024-03-21 11:57:15