Class SensorAlertConditionThreshold
Sensor Alert Profile Condition Threshold
[DataContract]
public class SensorAlertConditionThreshold
- Inheritance
-
SensorAlertConditionThreshold
- Inherited Members
Properties
ApparentPower
Real power threshold. 'draw' must be provided.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "apparentPower")]
public SensorAlertConditionThresholdApparentPower? ApparentPower { get; set; }
Property Value
Co2
CO2 concentration threshold. One of 'concentration' or 'quality' must be provided.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "co2")]
public SensorAlertConditionThresholdCo2? Co2 { get; set; }
Property Value
Current
Electrical current threshold. 'level' must be provided.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "current")]
public SensorAlertConditionThresholdCurrent? Current { get; set; }
Property Value
Door
Door Threshold
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "door")]
public SensorAlertConditionThresholdDoor? Door { get; set; }
Property Value
Frequency
Electrical frequency threshold. 'level' must be provided.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "frequency")]
public SensorAlertConditionThresholdFrequency? Frequency { get; set; }
Property Value
Humidity
Humidity Threshold
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "humidity")]
public SensorAlertConditionThresholdHumidity? Humidity { get; set; }
Property Value
IndoorAirQuality
IndoorAirQuality Threshold
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "indoorAirQuality")]
public SensorAlertConditionThresholdIndoorAirQuality? IndoorAirQuality { get; set; }
Property Value
Noise
Noise Threshold
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "noise")]
public SensorAlertConditionThresholdNoise? Noise { get; set; }
Property Value
Pm25
Pm25 Threshold
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "pm25")]
public SensorAlertConditionThresholdPm25? Pm25 { get; set; }
Property Value
PowerFactor
Power factor threshold. 'percentage' must be provided.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "powerFactor")]
public SensorAlertConditionThresholdPowerFactor? PowerFactor { get; set; }
Property Value
RealPower
Real power threshold. 'draw' must be provided.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "realPower")]
public SensorAlertConditionThresholdRealPower? RealPower { get; set; }
Property Value
Temperature
Temperature Threshold
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "temperature")]
public SensorAlertConditionThresholdTemperature? Temperature { get; set; }
Property Value
Tvoc
Tvoc Threshold
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "tvoc")]
public SensorAlertConditionThresholdTvoc? Tvoc { get; set; }
Property Value
Voltage
Voltage threshold. 'level' must be provided.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "voltage")]
public SensorAlertConditionThresholdVoltage? Voltage { get; set; }
Property Value
Water
Water Threshold
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "water")]
public SensorAlertConditionThresholdWater? Water { get; set; }
Property Value
upstreamPower
Upstream power threshold. 'outageDetected' must be provided and set to true.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "upstreamPower")]
public SensorAlertConditionThresholdUpstreamPower? upstreamPower { get; set; }