Create/Update node schedules
PUT/v1/groups/:groupId/nodes/:nodeId/schedules
Creates or replaces the schedule configuration for a node. The schedule data should contain an array of schedules, each with triggers and actions. The device will be notified of the schedule update.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Schedules updated successfully
Bad request
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Internal server error