Class OrganizationSensorReadingsHistoryByIntervalItemBattery
Reading information over the interval for the 'battery' metric. This will only be present if the 'metric' property equals 'battery'.
[DataContract]
public class OrganizationSensorReadingsHistoryByIntervalItemBattery
- Inheritance
-
OrganizationSensorReadingsHistoryByIntervalItemBattery
- Inherited Members
Constructors
OrganizationSensorReadingsHistoryByIntervalItemBattery()
public OrganizationSensorReadingsHistoryByIntervalItemBattery()
Properties
Percentage
Aggregated battery life readings as a percentage.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "percentage")]
public OrganizationSensorReadingsHistoryByIntervalItemBatteryPercentage Percentage { get; set; }