Skip to main content

Set proximity sensor settings

  • Configures proximity sensor settings. There are two modes: adaptive - sensor adapts to walls and obstacles around and all_time - sensor is triggering all time when object is detected
  • 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
Request Body required
  • is_enabled boolean required

    IR sensor status

  • mode string required

    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
Responses

OK

Loading...