Table of Contents

Class OrganizationsSensorAlertProfileConditionThresholdUpstreamTvoc

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

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

[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdUpstreamTvoc
Inheritance
OrganizationsSensorAlertProfileConditionThresholdUpstreamTvoc
Inherited Members

Constructors

OrganizationsSensorAlertProfileConditionThresholdUpstreamTvoc()

public OrganizationsSensorAlertProfileConditionThresholdUpstreamTvoc()

Properties

Concentration

Alerting threshold as TVOC micrograms per cubic meter.

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

Property Value

int

Quality

Alerting threshold as a qualitative TVOC level.

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

Property Value

AlertingQuality