Resume Program

The resume program function removes the currently running event providing the event is not a mandatory demand response event. If resumeAll parameter is not set, top active event is removed from the stack and the thermostat resumes its program, or enters the next event in the stack if one exists.

If resumeAll parameter set to true, the function resumes all events and returns the thermostat to its program.

Note that vacation events cannot be resumed, you must delete the vacation event using the DeleteVacation function.

Since Version: 1

Type: resumeProgram

Parameters

Name Type Required Description
resumeAll Boolean no Should the thermostat be resumed to next event (false) or to it's program (true).

Back To Top