Enum EThermostatStatusFeatureSubType
public enum EThermostatStatusFeatureSubType
Namespace: HomeSeer.PluginSdk.Devices.Identification
Assembly: PluginSdk.dll
The specific use of a ThermostatStatus HsFeature
Remarks
This is used to render Thermostat specific UI components and for integration with systems like Google Home, Amazon, and IFTTT.
Not all thermostats are the same and most do not utilize all of these features. Use only the ones you need.
Fields
Name | Description |
---|---|
FanStatus | This HsFeature is used to display the current state of the fan reported by a thermostat |
Humidity | This HsFeature is used to display the humidity levels being reported by a thermostat |
OperatingState | This HsFeature is used to display the current operating state a thermostat is in |
Temperature | This HsFeature is used to display the primary temperature being reported by a thermostat |
Temperature2 | This HsFeature is used to display a secondary temperature being reported by a thermostat |
TemperatureOther | This HsFeature is used to display additional temperatures being reported by a thermostat |