Table of Contents

Class OrganizationsSensorAlertProfileConditionThresholdHumidity

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

Humidity threshold. One of 'relativePercentage' or 'quality' must be provided.

[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdHumidity
Inheritance
OrganizationsSensorAlertProfileConditionThresholdHumidity
Inherited Members

Constructors

OrganizationsSensorAlertProfileConditionThresholdHumidity()

public OrganizationsSensorAlertProfileConditionThresholdHumidity()

Properties

Quality

Alerting threshold as a qualitative humidity level.

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

Property Value

AlertingQuality

RelativePercentage

Alerting threshold in %RH.

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

Property Value

int