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