Table of Contents

Class OrganizationZigbeeDevice

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

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

string

Counts

Stats

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationZigbeeCounts Counts { get; set; }

Property Value

OrganizationZigbeeCounts

Enrolled

Whether this Node is enrolled or not

[DataMember(Name = "enrolled")]
public bool Enrolled { get; set; }

Property Value

bool

Gateway

MR node the zigbee device is on

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

Property Value

OrganizationZigbeeGateway

Network

Network zigbee device is on

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

Property Value

OrganizationZigbeeNetworkDetailed

PanId

Unique id for the zigbee device node

[DataMember(Name = "panId")]
public string PanId { get; set; }

Property Value

string

Status

The Node status, either online or offline.

[DataMember(Name = "status")]
public NodeStatus Status { get; set; }

Property Value

NodeStatus

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; }

Property Value

int