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