bosch_camera_rules_edit
Modify an existing camera automation rule by providing its rule ID and only the fields you want to change, leaving all other settings untouched.
Instructions
Update an existing automation rule for one camera. Only provided fields change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| days | No | ||
| name | No | ||
| start | No | ||
| active | No | ||
| camera | Yes | ||
| rule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Rule id (Bosch API field 'id') | |
| end | Yes | End time HH:MM:SS (Bosch API field 'endTime') | |
| days | Yes | Active weekdays, 0=Monday .. 6=Sunday | |
| name | Yes | Rule display name | |
| start | Yes | Start time HH:MM:SS (Bosch API field 'startTime') | |
| active | Yes | Whether the rule is currently active |