Class OrganizationZigbeeDevice
Organization Zigbee Device
[DataContract]
public class OrganizationZigbeeDevice
- Inheritance
-
OrganizationZigbeeDevice
- Inherited Members
Constructors
OrganizationZigbeeDevice()
public OrganizationZigbeeDevice()
Properties
Channel
Channel the zigbee node will communicate on either auto or between 11-25
[DataMember(Name = "channel")]
public string Channel { get; set; }
Property Value
Counts
Stats
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationZigbeeCounts Counts { get; set; }
Property Value
Enrolled
Whether this Node is enrolled or not
[DataMember(Name = "enrolled")]
public bool Enrolled { get; set; }
Property Value
Gateway
MR node the zigbee device is on
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "gateway")]
public OrganizationZigbeeGateway Gateway { get; set; }
Property Value
Network
Network zigbee device is on
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationZigbeeNetworkDetailed Network { get; set; }
Property Value
PanId
Unique id for the zigbee device node
[DataMember(Name = "panId")]
public string PanId { get; set; }
Property Value
Status
The Node status, either online or offline.
[DataMember(Name = "status")]
public NodeStatus Status { get; set; }
Property Value
TransmitPowerLevel
Power level for the zigbee devices will be a int between 10-20
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "transmitPowerLevel")]
public int TransmitPowerLevel { get; set; }