Skip to main content

Input fields

endAt : DateTime

Time at which boost should end.

mode : Mode! required

The zone mode, i.e. ON, OFF, AUTO or BOOST.

scheduleOverrideAction : SettingAction

Allows overriding just the currently active schedule action with a different one,whilst remaining in AUTO mode.

setpointInCelsius : FloatSafeDecimal

Target temperature for a zone in celsius.

zone : Zone! required

The heat pump controller zone, i.e. WATER, ZONE_1, ZONE_2 or AUXILIARY.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "endAt": "2000-11-02T03:56:56.930952+00:00", "mode": "ON", "scheduleOverrideAction": "TURN_ON", "setpointInCelsius": 236.34, "zone": "WATER" }