Get infrared motion detector settings
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
The endpoint is deprecated, use GET /device/proximity/sensor
Returns infrared motion detector setting
- It turns on the keyboard backlight when triggered
- It will trigger face recognition screen if
autostart
option is enabled inPOST /access/general/facerecognition
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- ir_enable boolean
IR sensor status
{
"ir_enable": true
}
{
"ir_enable": true
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...