bosch_camera_motion_zones_set
Fully replace motion detection zones for a camera. Provide a list of zones with normalized coordinates (0-1) to set new zones, or an empty list to clear all.
Instructions
Replace ALL motion-detection zones for one camera with the given list.
This is a full replace, not a merge — pass every zone you want to keep.
Each zone is {"x": ..., "y": ..., "w": ..., "h": ...}, normalized
0.0-1.0. Pass an empty list to clear all zones (equivalent to calling
bosch_camera_motion_zones_clear).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zones | Yes | ||
| camera | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |