createRebootSchedule
Schedule automatic reboots for specific Omada devices to prevent access point degradation from memory creep. Set daily, weekly, or monthly restart times using the site timezone.
Instructions
Create a reboot schedule targeting specific devices. Useful for capping the memory creep that makes access points degrade over long uptimes. Times are interpreted in the site timezone, so verify that first with getSiteSettings. Requires OMADA_WEB_USERNAME/OMADA_WEB_PASSWORD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hour | Yes | Hour in the site timezone | |
| name | Yes | ||
| minute | No | ||
| siteId | No | ||
| enabled | No | Whether the schedule is active | |
| dayOfWeek | No | 0 = Sunday to 6 = Saturday. Required when timingType is 2 (weekly) | |
| dayOfMonth | No | Used when timingType is 3 (monthly) | |
| deviceMacs | Yes | MACs to reboot, e.g. ["1C-61-B4-DD-A2-EE"] | |
| timingType | Yes | 1 = daily, 2 = weekly, 3 = monthly | |
| monthOfYear | No |