-
Notifications
You must be signed in to change notification settings - Fork 1
overview
Bohyeon Kim edited this page May 19, 2022
·
5 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | /overview/:IotNum/:Date | 전력조회, 전력예측, 안전지수, 하루 사용량 |
Content-Type: application/json
{
"status": 200,
"success": true,
"message": "overview 데이터 조회 성공",
"data": [
[
{
"IotData": 321645.1
}
],
254049.41516129032,
{
"AlarmVoltage": 0,
"AlarmElectric": 0,
"AlarmLeakage": 0,
"AlarmArc": 0,
"AlarmTemperature": 0
},
[
{
"Date": "2022-05-19T11:15:01.000Z",
"VoltageAvg": 225
},
{
"Date": "2022-05-19T11:16:01.000Z",
"VoltageAvg": 228.9
},
{
"Date": "2022-05-19T11:17:01.000Z",
"VoltageAvg": 224.7
},
{
"Date": "2022-05-19T11:18:01.000Z",
"VoltageAvg": 200.8
},
{
"Date": "2022-05-19T11:18:02.000Z",
"VoltageAvg": 200.7
},
{
"Date": "2022-05-19T11:18:03.000Z",
"VoltageAvg": 188.3
},
{
"Date": "2022-05-19T11:18:04.000Z",
"VoltageAvg": 184.2
},
{
"Date": "2022-05-19T11:18:05.000Z",
"VoltageAvg": 170.3
},
{
"Date": "2022-05-19T11:18:06.000Z",
"VoltageAvg": 170.2
},
{
"Date": "2022-05-19T11:20:01.000Z",
"VoltageAvg": 223.6
}
]
]
}