Class EveUtilityTrait
Inheritance
EveUtilityTrait
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class EveUtilityTrait : IDirectResponseSchema
Properties
AcceptedCommandList
Required. Output only. Accepted command list for this trait
Declaration
[JsonProperty("acceptedCommandList")]
public virtual IList<string> AcceptedCommandList { get; set; }
Property Value
AccumulatedControlPoint
Declaration
[JsonProperty("accumulatedControlPoint")]
public virtual long? AccumulatedControlPoint { get; set; }
Property Value
AirPressure
Declaration
[JsonProperty("airPressure")]
public virtual double? AirPressure { get; set; }
Property Value
Altitude
Declaration
[JsonProperty("altitude")]
public virtual double? Altitude { get; set; }
Property Value
ChildLock
Declaration
[JsonProperty("childLock")]
public virtual bool? ChildLock { get; set; }
Property Value
Current
Declaration
[JsonProperty("current")]
public virtual double? Current { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
GetConfig
Declaration
[JsonProperty("getConfig")]
public virtual string GetConfig { get; set; }
Property Value
HoldPosition
Declaration
[JsonProperty("holdPosition")]
public virtual bool? HoldPosition { get; set; }
Property Value
LastEventTime
Declaration
[JsonProperty("lastEventTime")]
public virtual long? LastEventTime { get; set; }
Property Value
LoggingControlPoint
Declaration
[JsonProperty("loggingControlPoint")]
public virtual string LoggingControlPoint { get; set; }
Property Value
LoggingData
Declaration
[JsonProperty("loggingData")]
public virtual string LoggingData { get; set; }
Property Value
Declaration
[JsonProperty("loggingMetadata")]
public virtual string LoggingMetadata { get; set; }
Property Value
LoggingTime
Declaration
[JsonProperty("loggingTime")]
public virtual string LoggingTime { get; set; }
Property Value
MotionSensitivity
Declaration
[JsonProperty("motionSensitivity")]
public virtual int? MotionSensitivity { get; set; }
Property Value
ObstructionDetected
Declaration
[JsonProperty("obstructionDetected")]
public virtual bool? ObstructionDetected { get; set; }
Property Value
OpenCount
Declaration
[JsonProperty("openCount")]
public virtual long? OpenCount { get; set; }
Property Value
Rloc16
Declaration
[JsonProperty("rloc16")]
public virtual int? Rloc16 { get; set; }
Property Value
SetConfig
Declaration
[JsonProperty("setConfig")]
public virtual string SetConfig { get; set; }
Property Value
StatusFault
Declaration
[JsonProperty("statusFault")]
public virtual int? StatusFault { get; set; }
Property Value
Voltage
Declaration
[JsonProperty("voltage")]
public virtual double? Voltage { get; set; }
Property Value
Watt
Declaration
[JsonProperty("watt")]
public virtual double? Watt { get; set; }
Property Value
WattAccumulated
Declaration
[JsonProperty("wattAccumulated")]
public virtual double? WattAccumulated { get; set; }
Property Value
WeatherTrend
Declaration
[JsonProperty("weatherTrend")]
public virtual int? WeatherTrend { get; set; }
Property Value
Implements