Class OrganizationSensorReadingsHistoryByIntervalItemApparentPower
Reading information over the interval for the 'apparentPower' metric. This will only be present if the 'metric' property equals 'apparentPower'.
[DataContract]
public class OrganizationSensorReadingsHistoryByIntervalItemApparentPower
- Inheritance
-
OrganizationSensorReadingsHistoryByIntervalItemApparentPower
- Inherited Members
Constructors
OrganizationSensorReadingsHistoryByIntervalItemApparentPower()
public OrganizationSensorReadingsHistoryByIntervalItemApparentPower()
Properties
Draw
Aggregated apparent power readings in volt-amperes.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "draw")]
public OrganizationSensorReadingsHistoryByIntervalItemApparentPowerDraw Draw { get; set; }