Table of Contents

Class OrganizationsSensorAlertTriggerDoor

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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; }

Property Value

bool