Table of Contents

Class OrganizationZigbeeDoorLockDetailed

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

Organization Zigbee Door Lock Detailed

[DataContract]
public class OrganizationZigbeeDoorLockDetailed
Inheritance
OrganizationZigbeeDoorLockDetailed
Inherited Members

Constructors

OrganizationZigbeeDoorLockDetailed()

public OrganizationZigbeeDoorLockDetailed()

Properties

DoorLockId

The Door Lock ID

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

Property Value

string

EnrolledAt

Date time the door lock was enrolled

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

Property Value

string

Eui64

The Door lock unique identifier per network

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

Property Value

string

Gateway

Gateway this door lock is connected to

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "gateway")]
public OrganizationZigbeeDoorLockDetailedGateway Gateway { get; set; }

Property Value

OrganizationZigbeeDoorLockDetailedGateway

LastSeenAt

Date time the door lock last send any messages

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

Property Value

string

Lqi

The Door lock L quality index

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

Property Value

string

Name

The Door lock name

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

Property Value

string

Network

Network this door lock is connected to

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationZigbeeDoorLockDetailedNetwork Network { get; set; }

Property Value

OrganizationZigbeeDoorLockDetailedNetwork

Rssi

The Door lock received signal strength indicator

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

Property Value

string

ShortId

The Door lock short ID

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

Property Value

string

Status

The Door lock status, either online or offline.

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

Property Value

string