-
Notifications
You must be signed in to change notification settings - Fork 1
안전지수
soyeonnn edited this page Feb 28, 2022
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | overview/IotStatus | Iot Status 제공 |
Content-Type: application/json
{
"IotNum": 1227564000
}
{
"status": 200,
"success": false,
"message": "해당하는 IoTNum의 안전 데이터가 존재하지 않습니다."
}
{
"status": 200,
"success": true,
"message": "안전 데이터 존재",
"data": {
"AlarmVoltage": 0,
"AlarmElectric": 0,
"AlarmLeakage": 0,
"AlarmArc": 0,
"AlarmTemperature": 0
}
}