Click or drag to resize

ITemperatureController Interface

[This is preliminary documentation and is subject to change.]

Defines the Temperature Controller capability

Namespace:  GHASchema.Classes.Capabilities.HVAC
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "HVAC")]
public interface ITemperatureController

The ITemperatureController type exposes the following members.

Properties
  NameDescription
Public propertyCoolingSetPoint
Gets or sets the requested temperature for the cooling subsystem
Public propertyCurrentSetPoint
Gets or sets the currently reqeusted temperature of the HVAC system
Public propertyHeatingSetPoint
Gets or sets the requested temperature for the heating subsystem
Public propertyOutdoorTemperature
Gets the outdoor temperature
Public propertyUserHold
Gets or sets the command to freeze temperature at the current set point
Top
See Also