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