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