Skip to content

overview

Bohyeon Kim edited this page May 19, 2022 · 5 revisions
메소드 경로 짧은 설명
GET /overview/:IotNum/:Date 전력조회, 전력예측, 안전지수, 하루 사용량

임시경로 /3.39.193.230:3000/overview/1232713263/2022-05-19

요청 헤더

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
            }
        ]
    ]
}