-
Notifications
You must be signed in to change notification settings - Fork 1
당일사용량,당월사용량,전월사용량,연간사용량
Bohyeon Kim edited this page Mar 9, 2022
·
4 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | lookup_elec/:IotNum | 당일사용량,당월사용량,전월사용량,연간사용량 |
Content-Type: application/json
{
{
"status": 200,
"success": true,
"message": "전력조회 성공",
"data": [
[
{
"Date": "2022-02-27T15:00:00.000Z",
"IotData": 1000
}
],
[
{
"Date": "2022-02-27T15:00:00.000Z",
"IotData": 1000
},
{
"Date": "2022-01-31T15:00:00.000Z",
"IotData": 1800
},
{
"Date": "2022-02-01T15:00:00.000Z",
"IotData": 3000
},
{
"Date": "2022-02-02T15:00:00.000Z",
"IotData": 1000
},
{
"Date": "2022-02-03T15:00:00.000Z",
"IotData": 1300
},
{
"Date": "2022-02-04T15:00:00.000Z",
"IotData": 1500
},
{
"Date": "2022-02-05T15:00:00.000Z",
"IotData": 1600
},
{
"Date": "2022-02-07T15:00:00.000Z",
"IotData": 3000
}
],
[
{
"Date": "2021-12-31T15:00:00.000Z",
"IotData": 2000
}
],
[]
]
}