bosch_camera_motion_get
Retrieve motion detection settings for a camera: returns enabled status and sensitivity level (OFF, LOW, MEDIUM_LOW, MEDIUM_HIGH, HIGH, SUPER_HIGH).
Instructions
Get motion detection settings for one camera.
Returns {enabled, sensitivity} where sensitivity is one of:
OFF | LOW | MEDIUM_LOW | MEDIUM_HIGH | HIGH | SUPER_HIGH.
API: GET /v11/video_inputs/{id}/motion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | Whether motion detection is enabled | |
| sensitivity | No | Motion alarm sensitivity: OFF | LOW | MEDIUM_LOW | MEDIUM_HIGH | HIGH | SUPER_HIGH. Stored in 'motionAlarmConfiguration' field in the API. |