Get current door sensor status
Get current door sensor status
Responses
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
- is_timeout_exceed boolean
- status string
Possible values: [
open
,closed
] - opentime integer
- mode string
{
"is_timeout_exceed": false,
"status": "open",
"opentime": 0,
"mode": "door_sensor"
}
Unauthorized
Forbidden
Loading...