Table of Contents

Class OrganizationsSensorAlertProfileConditionThresholdNoiseAmbient

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

Ambient noise threshold. One of 'level' or 'quality' must be provided.

[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdNoiseAmbient
Inheritance
OrganizationsSensorAlertProfileConditionThresholdNoiseAmbient
Inherited Members

Constructors

OrganizationsSensorAlertProfileConditionThresholdNoiseAmbient()

public OrganizationsSensorAlertProfileConditionThresholdNoiseAmbient()

Properties

Level

Alerting threshold as adjusted decibels.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "level")]
public int Level { get; set; }

Property Value

int

Quality

Alerting threshold as a qualitative ambient noise level.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "quality")]
public AlertingQuality Quality { get; set; }

Property Value

AlertingQuality