Class OrganizationSensorReadingsHistoryByIntervalItemApparentPowerDraw
Aggregated apparent power readings in volt-amperes.
[DataContract]
public class OrganizationSensorReadingsHistoryByIntervalItemApparentPowerDraw
- Inheritance
-
OrganizationSensorReadingsHistoryByIntervalItemApparentPowerDraw
- Inherited Members
Constructors
OrganizationSensorReadingsHistoryByIntervalItemApparentPowerDraw()
public OrganizationSensorReadingsHistoryByIntervalItemApparentPowerDraw()
Properties
Average
Average apparent power reading in volt-amperes.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "average")]
public int Average { get; set; }
Property Value
Maximum
Maximum apparent power reading in volt-amperes.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "maximum")]
public int Maximum { get; set; }
Property Value
Minimum
Minimum apparent power reading in volt-amperes.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "minimum")]
public int Minimum { get; set; }