Class OrganizationsSensorAlertProfileConditionThresholdVoltage
Voltage threshold. 'level' must be provided.
[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdVoltage
- Inheritance
-
OrganizationsSensorAlertProfileConditionThresholdVoltage
- Inherited Members
Constructors
OrganizationsSensorAlertProfileConditionThresholdVoltage()
public OrganizationsSensorAlertProfileConditionThresholdVoltage()
Properties
Level
Alerting threshold in volts. Must be between 0 and 250.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "level")]
public int Level { get; set; }