Show / Hide Table of Contents

Class EveUtilityTrait

Inheritance
object
EveUtilityTrait
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.HomeGraphService.v1.Data
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
Type Description
IList<string>

AccumulatedControlPoint

Declaration
[JsonProperty("accumulatedControlPoint")]
public virtual long? AccumulatedControlPoint { get; set; }
Property Value
Type Description
long?

AirPressure

Declaration
[JsonProperty("airPressure")]
public virtual double? AirPressure { get; set; }
Property Value
Type Description
double?

Altitude

Declaration
[JsonProperty("altitude")]
public virtual double? Altitude { get; set; }
Property Value
Type Description
double?

ChildLock

Declaration
[JsonProperty("childLock")]
public virtual bool? ChildLock { get; set; }
Property Value
Type Description
bool?

Current

Declaration
[JsonProperty("current")]
public virtual double? Current { get; set; }
Property Value
Type Description
double?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GetConfig

Declaration
[JsonProperty("getConfig")]
public virtual string GetConfig { get; set; }
Property Value
Type Description
string

HoldPosition

Declaration
[JsonProperty("holdPosition")]
public virtual bool? HoldPosition { get; set; }
Property Value
Type Description
bool?

LastEventTime

Declaration
[JsonProperty("lastEventTime")]
public virtual long? LastEventTime { get; set; }
Property Value
Type Description
long?

LoggingControlPoint

Declaration
[JsonProperty("loggingControlPoint")]
public virtual string LoggingControlPoint { get; set; }
Property Value
Type Description
string

LoggingData

Declaration
[JsonProperty("loggingData")]
public virtual string LoggingData { get; set; }
Property Value
Type Description
string

LoggingMetadata

Declaration
[JsonProperty("loggingMetadata")]
public virtual string LoggingMetadata { get; set; }
Property Value
Type Description
string

LoggingTime

Declaration
[JsonProperty("loggingTime")]
public virtual string LoggingTime { get; set; }
Property Value
Type Description
string

MotionSensitivity

Declaration
[JsonProperty("motionSensitivity")]
public virtual int? MotionSensitivity { get; set; }
Property Value
Type Description
int?

ObstructionDetected

Declaration
[JsonProperty("obstructionDetected")]
public virtual bool? ObstructionDetected { get; set; }
Property Value
Type Description
bool?

OpenCount

Declaration
[JsonProperty("openCount")]
public virtual long? OpenCount { get; set; }
Property Value
Type Description
long?

Rloc16

Declaration
[JsonProperty("rloc16")]
public virtual int? Rloc16 { get; set; }
Property Value
Type Description
int?

SetConfig

Declaration
[JsonProperty("setConfig")]
public virtual string SetConfig { get; set; }
Property Value
Type Description
string

StatusFault

Declaration
[JsonProperty("statusFault")]
public virtual int? StatusFault { get; set; }
Property Value
Type Description
int?

Voltage

Declaration
[JsonProperty("voltage")]
public virtual double? Voltage { get; set; }
Property Value
Type Description
double?

Watt

Declaration
[JsonProperty("watt")]
public virtual double? Watt { get; set; }
Property Value
Type Description
double?

WattAccumulated

Declaration
[JsonProperty("wattAccumulated")]
public virtual double? WattAccumulated { get; set; }
Property Value
Type Description
double?

WeatherTrend

Declaration
[JsonProperty("weatherTrend")]
public virtual int? WeatherTrend { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX