Table of Contents

Class OrganizationsSensorAlertProfileConditionThresholdDoor

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

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

Property Value

bool