Table of Contents

Class OrganizationsSensorAlertProfileConditionThresholdCo2

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

CO2 concentration threshold. One of 'concentration' or 'quality' must be provided.

[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdCo2
Inheritance
OrganizationsSensorAlertProfileConditionThresholdCo2
Inherited Members

Constructors

OrganizationsSensorAlertProfileConditionThresholdCo2()

public OrganizationsSensorAlertProfileConditionThresholdCo2()

Properties

Concentration

Alerting threshold as CO2 parts per million.

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

Property Value

int

Quality

Alerting threshold as a qualitative CO2 level.

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

Property Value

AlertingQuality