create_schedule_time_range
Create a time range within an existing pfSense firewall schedule, defining weekly recurring days or specific calendar dates with start/end times.
Instructions
Create a time range within a firewall schedule
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | Days of month pairing with `month` (e.g., month=[12], day=[25] for every Dec 25) | |
| hour | No | Start/end time in 24-hour format (e.g., "8:00-17:00") | |
| month | No | Months (1-12) for specific calendar dates; each entry pairs with the same-index `day` entry | |
| position | No | Days of week for a weekly-recurring range (1=Monday ... 7=Sunday, e.g., [1,2,3,4,5]) | |
| parent_id | Yes | Parent schedule ID (from search_firewall_schedules) | |
| rangedescr | No | Description for this time range entry | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||