Class OrganizationSensorReadingsHistoryByIntervalItemEnergy
Reading information over the interval for the 'energy' metric. This will only be present if the 'metric' property equals 'energy'.
[DataContract]
public class OrganizationSensorReadingsHistoryByIntervalItemEnergy
- Inheritance
-
OrganizationSensorReadingsHistoryByIntervalItemEnergy
- Inherited Members
Constructors
OrganizationSensorReadingsHistoryByIntervalItemEnergy()
public OrganizationSensorReadingsHistoryByIntervalItemEnergy()
Properties
Usage
Energy usage over the time interval in kilowatt-hours.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "usage")]
public int Usage { get; set; }