Table of Contents

Class OrganizationSensorReadingsHistoryByIntervalItemNoise

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

Reading information over the interval for the 'noise' metric. This will only be present if the 'metric' property equals 'noise'.

[DataContract]
public class OrganizationSensorReadingsHistoryByIntervalItemNoise
Inheritance
OrganizationSensorReadingsHistoryByIntervalItemNoise
Inherited Members

Constructors

OrganizationSensorReadingsHistoryByIntervalItemNoise()

public OrganizationSensorReadingsHistoryByIntervalItemNoise()

Properties

Ambient

Ambient noise reading.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ambient")]
public OrganizationSensorReadingsHistoryByIntervalItemNoiseAmbient Ambient { get; set; }

Property Value

OrganizationSensorReadingsHistoryByIntervalItemNoiseAmbient