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