Class OrganizationsSensorAlertProfileConditionThresholdUpstreamTvoc
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
Quality
Alerting threshold as a qualitative TVOC level.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "quality")]
public AlertingQuality Quality { get; set; }