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