Skip to main content

Get proximity sensor settings

Returns proximity sensor setting

  • It wakes up screen when triggered
  • It will trigger face recognition screen if autostart option is enabled in POST /access/general/facerecognition
  • It will trigger QR recognition screen if autostart option is enabled in POST /access/general/qr
Responses

OK


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

Loading...