Class OrganizationZigbeeDoorLockDetailed
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
EnrolledAt
Date time the door lock was enrolled
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enrolledAt")]
public string EnrolledAt { get; set; }
Property Value
Eui64
The Door lock unique identifier per network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "eui64")]
public string Eui64 { get; set; }
Property Value
Gateway
Gateway this door lock is connected to
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "gateway")]
public OrganizationZigbeeDoorLockDetailedGateway Gateway { get; set; }
Property Value
LastSeenAt
Date time the door lock last send any messages
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lastSeenAt")]
public string LastSeenAt { get; set; }
Property Value
Lqi
The Door lock L quality index
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "lqi")]
public string Lqi { get; set; }
Property Value
Name
The Door lock name
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Network
Network this door lock is connected to
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationZigbeeDoorLockDetailedNetwork Network { get; set; }
Property Value
Rssi
The Door lock received signal strength indicator
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rssi")]
public string Rssi { get; set; }
Property Value
ShortId
The Door lock short ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "shortId")]
public string ShortId { get; set; }
Property Value
Status
The Door lock status, either online or offline.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "status")]
public string Status { get; set; }