Class OrganizationsSensorAlertTriggerDoor
Reading for the 'door' metric. This will only be present if the 'metric' property equals 'door'.
[DataContract]
public class OrganizationsSensorAlertTriggerDoor
- Inheritance
-
OrganizationsSensorAlertTriggerDoor
- Inherited Members
Constructors
OrganizationsSensorAlertTriggerDoor()
public OrganizationsSensorAlertTriggerDoor()
Properties
Open
True if the door is open.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "open")]
public bool Open { get; set; }