Struct sep2_common::packages::drlc::SetPoint
source · pub struct SetPoint {
pub cooling_setpoint: Option<Int16>,
pub heating_setpoint: Option<Int16>,
}
drlc
only.Expand description
The SetPoint object is used to apply specific temperature set points to a temperature control device. The values of the heatingSetpoint and coolingSetpoint attributes SHALL be calculated as follows: Cooling/Heating Temperature Set Point / 100 = temperature in degrees Celsius where -273.15°C <= temperature <= 327.67°C, corresponding to a Cooling and/or Heating Temperature Set Point. The maximum resolution this format allows is 0.01°C. The field not present in a Response indicates that this field has not been used by the end device. If a temperature is sent that exceeds the temperature limit boundaries that are programmed into the device, the device SHALL respond by setting the temperature at the limit.
Fields§
§cooling_setpoint: Option<Int16>
This attribute represents the cooling temperature set point in degrees Celsius / 100. (Hundredths of a degree C)
heating_setpoint: Option<Int16>
This attribute represents the heating temperature set point in degrees Celsius / 100. (Hundredths of a degree C)