-
Notifications
You must be signed in to change notification settings - Fork 1
전력예측
soyeonnn edited this page Feb 28, 2022
·
3 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | predict/predictThisMonth | 이번달 예상 전력량 제공 |
Content-Type: application/json
{
"IotNum": 1227564000
}
{
"status": 200,
"success": false,
"message": "해당하는 IoTNum의 안전 데이터가 존재하지 않습니다."
}
{
"status": 200,
"success": true,
"message": "예측 전력량",
"data": 1935.7142857142858
}