Get proximity sensor settings
Returns proximity sensor setting
- It wakes up screen when triggered
 - It will trigger face recognition screen if 
autostartoption is enabled inPOST /access/general/facerecognition - It will trigger QR recognition screen if 
autostartoption is enabled inPOST /access/general/qr 
Responses
- 200
 - 401
 - 403
 
OK
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
- is_enabled boolean
IR sensor status
 - mode string
Possible values: [
adaptive,all_time]Modes:
- adaptive - sensor adapts to walls and obstacles around
 - all_time - sensor is triggering all time when object is detected
 
 - available_modes string[]
Possible values: [
adaptive,all_time]List of available modes
 
{
  "is_enabled": true,
  "mode": "adaptive",
  "available_modes": [
    "adaptive"
  ]
}
{
  "is_enabled": true,
  "mode": "all_time",
  "available_modes": [
    "adaptive",
    "all_time"
  ]
}
Unauthorized request. Log In
- application/json
 
- Schema
 - Example (from schema)
 - Log In
 
Schema
- error string
Error message
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
 
- Schema
 - Example (from schema)
 - Admin Rights Required
 
Schema
- error string
Error message
 
{
  "error": "Administrator rights required"
}
{
  "error": "Administrator rights required"
}
Loading...