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