Class OrganizationsSensorAlertProfileConditionThresholdDoor
Door open threshold. 'open' must be provided and set to true.
[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdDoor
- Inheritance
-
OrganizationsSensorAlertProfileConditionThresholdDoor
- Inherited Members
Constructors
OrganizationsSensorAlertProfileConditionThresholdDoor()
public OrganizationsSensorAlertProfileConditionThresholdDoor()
Properties
Open
Alerting threshold for a door open event. Must be set to true.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "open")]
public bool Open { get; set; }