Class OrganizationSensorReadingsHistoryByIntervalItemWater
Reading information over the interval for the 'water' metric. This will only be present if the 'metric' property equals 'water'.
[DataContract]
public class OrganizationSensorReadingsHistoryByIntervalItemWater
- Inheritance
-
OrganizationSensorReadingsHistoryByIntervalItemWater
- Inherited Members
Constructors
OrganizationSensorReadingsHistoryByIntervalItemWater()
public OrganizationSensorReadingsHistoryByIntervalItemWater()
Properties
Counts
Accumulated counts of water detection readings.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationSensorReadingsHistoryByIntervalItemWaterCounts Counts { get; set; }