Table of Contents

Class SensorAlertConditionThresholdTvoc

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

Sensor Alert Profile Condition Threshold Tvoc

[DataContract]
public class SensorAlertConditionThresholdTvoc
Inheritance
SensorAlertConditionThresholdTvoc
Inherited Members

Properties

Concentration

Tvoc Threshold Concentration

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

Property Value

int?

Quality

Noise Threshold Quality

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

Property Value

SensorAlertConditionThresholdQuality?