Table of Contents

Class DevicesWirelessZigbeeDoorLocks

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

Door Locks

[DataContract]
public class DevicesWirelessZigbeeDoorLocks
Inheritance
DevicesWirelessZigbeeDoorLocks
Inherited Members

Constructors

DevicesWirelessZigbeeDoorLocks()

public DevicesWirelessZigbeeDoorLocks()

Properties

DoorLockId

The Door Lock ID

[DataMember(Name = "doorLockId")]
[ApiAccess(ApiAccess.Read)]
public string? DoorLockId { get; set; }

Property Value

string

EnrolledAt

Date time the door lock was enrolled

[DataMember(Name = "enrolledAt")]
[ApiAccess(ApiAccess.Read)]
public string? EnrolledAt { get; set; }

Property Value

string

Eui64

The Door lock unique identifier per network

[DataMember(Name = "eui64")]
[ApiAccess(ApiAccess.Read)]
public string? Eui64 { get; set; }

Property Value

string

Gateway

Gateway this door lock is connected to

[DataMember(Name = "gateway")]
[ApiAccess(ApiAccess.Read)]
public DevicesWirelessZigbeeGateway? Gateway { get; set; }

Property Value

DevicesWirelessZigbeeGateway

LastSeenAt

Date time the door lock last send any messages

[DataMember(Name = "lastSeenAt")]
[ApiAccess(ApiAccess.Read)]
public string? LastSeenAt { get; set; }

Property Value

string

Lqi

The Door lock L quality index

[DataMember(Name = "lqi")]
[ApiAccess(ApiAccess.Read)]
public string? Lqi { get; set; }

Property Value

string

Name

The Door lock name

[DataMember(Name = "name")]
[ApiAccess(ApiAccess.ReadWrite)]
public string? Name { get; set; }

Property Value

string

Network

Network this door lock is connected to

[DataMember(Name = "network")]
[ApiAccess(ApiAccess.Read)]
public DevicesWirelessZigbeeNetwork? Network { get; set; }

Property Value

DevicesWirelessZigbeeNetwork

Rssi

The Door lock received signal strength indicator

[DataMember(Name = "rssi")]
[ApiAccess(ApiAccess.Read)]
public string? Rssi { get; set; }

Property Value

string

ShortId

The Door lock short ID

[DataMember(Name = "shortId")]
[ApiAccess(ApiAccess.Read)]
public string? ShortId { get; set; }

Property Value

string

Status

The Door lock status

[DataMember(Name = "status")]
[ApiAccess(ApiAccess.Read)]
public DevicesWirelessZigbeeDoorLocksStatus? Status { get; set; }

Property Value

DevicesWirelessZigbeeDoorLocksStatus?