bosch_camera_motion_get
Retrieve motion detection settings including enabled status and sensitivity levels (off to super high) for a specified camera.
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. |