bosch_camera_motion_set
Adjust motion detection by enabling/disabling or setting sensitivity from OFF to SUPER_HIGH for a Bosch Smart Home Camera.
Instructions
Set motion detection enabled state and/or sensitivity for one camera.
At least one of enabled or sensitivity must be provided.
sensitivity: OFF | LOW | MEDIUM_LOW | MEDIUM_HIGH | HIGH | SUPER_HIGH.
Note: providing only sensitivity also implicitly enables motion detection
(mirrors the CLI behavior — setting sensitivity implies you want it active).
API: PUT /v11/video_inputs/{id}/motion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | Yes | ||
| enabled | No | ||
| sensitivity | No |
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. |