Skip to main content

Configure motion detector feature

Configures motion detector feature

This feature is available only on AT-07l, AT-10, AT-10L. SD-card is required

Request Body required
  • enable boolean required

    Determines whether the feature is enabled

  • recording_time integer required

    Possible values: >= 5 and <= 120

    The video recording time in seconds

  • work_time_from string required

    Time interval in which the movement will be recorded. Start time in 24-hours format

  • work_time_to string required

    Time interval in which the movement will be recorded. End time in 24-hours format

  • ip_cam_uuid_1 string required

    Camera UUID that will be recorded when the first sensor is triggered. Can by empty string when camera isn't specified.

  • ip_cam_uuid_2 string required

    Camera UUID that will be recorded when the second sensor is triggered. Can by empty string when camera isn't specified.

  • ip_cam_uuid_3 string required

    Camera UUID that will be recorded when the third sensor is triggered. Can by empty string when camera isn't specified.

  • ip_cam_uuid_4 string required

    Camera UUID that will be recorded when the fourth sensor is triggered. Can by empty string when camera isn't specified.

  • is_sd_card_mounted boolean

    SD-card mounting status. Motion sensor can be configured if SD-card is mounted.

Responses

OK. If SD-card isn't mounted in the device, the warning will arise and the feature won't work


Schema
  • status string

    Possible values: [OK, WARNING]

    Operation result status

  • warning string

    Warning description

Loading...