Class OrganizationsSensorAlertProfileConditionThresholdWater
Water detection threshold. 'present' must be provided and set to true.
[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdWater
- Inheritance
-
OrganizationsSensorAlertProfileConditionThresholdWater
- Inherited Members
Constructors
OrganizationsSensorAlertProfileConditionThresholdWater()
public OrganizationsSensorAlertProfileConditionThresholdWater()
Properties
Present
Alerting threshold for a water detection event. Must be set to true.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "present")]
public bool Present { get; set; }