Class SensorAlertConditionThresholdCurrent
Electrical current threshold. 'level' must be provided.
[DataContract]
public class SensorAlertConditionThresholdCurrent
- Inheritance
-
SensorAlertConditionThresholdCurrent
- Inherited Members
Properties
Draw
Alerting threshold in amps. Must be between 0 and 15.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "draw")]
public double Draw { get; set; }