Table of Contents

Class OrganizationSensorReadingsHistoryByIntervalItemWater

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemWaterCounts