Table of Contents

Class SensorAlertConditionThresholdPm25

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

Sensor Alert Profile Condition Threshold Pm25

[DataContract]
public class SensorAlertConditionThresholdPm25
Inheritance
SensorAlertConditionThresholdPm25
Inherited Members

Properties

Concentration

Pm25 Threshold Concentration

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

Property Value

int?

Quality

Pm25 Threshold Quality

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "quality")]
public SensorAlertConditionThresholdQuality? Quality { get; set; }

Property Value

SensorAlertConditionThresholdQuality?