Table of Contents

Class OrganizationsSensorAlertProfileConditionThresholdPm25

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

PM2.5 concentration threshold. One of 'concentration' or 'quality' must be provided.

[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdPm25
Inheritance
OrganizationsSensorAlertProfileConditionThresholdPm25
Inherited Members

Constructors

OrganizationsSensorAlertProfileConditionThresholdPm25()

public OrganizationsSensorAlertProfileConditionThresholdPm25()

Properties

Concentration

Alerting threshold as PM2.5 parts per million.

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

Property Value

int

Quality

Alerting threshold as a qualitative PM2.5 level.

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

Property Value

AlertingQuality