Skip to main content

Fields

allowableMaximumTemperatureRange : TemperatureRange! required

The allowable range for the maximum value of flow temperature.

allowableMinimumTemperatureRange : TemperatureRange! required

The allowable range for the minimum value of flow temperature.

currentRange : TemperatureRange! required

The min and max flow temperatures currently selected by the user.

enabled : Boolean! required

Whether weather compensation is enabled or not.

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

{ "allowableMaximumTemperatureRange": TemperatureRange, "allowableMinimumTemperatureRange": TemperatureRange, "currentRange": TemperatureRange, "enabled": true }