Class SensorAlertConditionThresholdVoltage
Voltage threshold. 'level' must be provided.
[DataContract]
public class SensorAlertConditionThresholdVoltage
- Inheritance
-
SensorAlertConditionThresholdVoltage
- Inherited Members
Properties
Level
Alerting threshold in volts. Must be between 0 and 250.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "level")]
public double Level { get; set; }