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