Class ThermostatFanControlTrait
This cluster provides fan control capabilities for thermostats.
Inheritance
ThermostatFanControlTrait
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class ThermostatFanControlTrait : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
TimerDuration
Declaration
[JsonProperty("timerDuration")]
public virtual long? TimerDuration { get; set; }
Property Value
TimerEnd
Declaration
[JsonProperty("timerEnd")]
public virtual long? TimerEnd { get; set; }
Property Value
TimerSpeed
Declaration
[JsonProperty("timerSpeed")]
public virtual string TimerSpeed { get; set; }
Property Value
Implements