For the complete documentation index, see llms.txt. This page is also available as Markdown.
ResumeSchedule
Description
Request that notifies the device to continue the current schedule after the current schedule was interrupted (for example by switching by hand using SetLightRequest). This request can operate on a single relay or on all relays and the resuming of the schedule can be immediate or at the next schedule-entry.
Response which confirms the ResumeScheduleRequest has been executed or rejects the ResumeScheduleRequest.
Message definitions
messageResumeScheduleRequest{optionalbytesindex=1;// [(nanopb).max_size = 1]; // index number of connected light (DALI), none means all connected lights.requiredboolimmediate=2;// [default = false]; // Resume at next schedule item or direct}messageResumeScheduleResponse{requiredStatusstatus=1;}
Data types
enumStatus{OK=0;FAILURE=1; // general failureREJECTED=2; // request received in wrong state}
Example
Soap requests and responses sent to and from platform: