Get current door sensor status
Returns info about door sensor status
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_timeout_exceed boolean
- status stringPossible values: [ open,closed]
- opentime integer
- mode string
{
  "is_timeout_exceed": false,
  "status": "open",
  "opentime": 0,
  "mode": "door_sensor"
}
{
  "is_timeout_exceed": false,
  "status": "open",
  "opentime": 0,
  "mode": "door_sensor"
}
Door sensor mode is not activated
- application/json
- Schema
- Example (from schema)
- Door sensor mode is not activated
Schema
- error string
{
  "error": "Wrong JSON body"
}
{
  "error": "Door sensor mode is not activated"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...