-
Notifications
You must be signed in to change notification settings - Fork 1
당일사용량,당월 전월사용량,연간사용량 조회
Bohyeon Kim edited this page Feb 28, 2022
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | lookup_elec/ | 당일사용량,당월/전월사용량,연간사용량 조회 |
Content-Type: application/json
{
"IotNum": "1234"
}
{
"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
}
],
[]
]
}