Table of Contents

Class OrganizationZigbeeDefaults

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

Default Settings for the MRs in network

[DataContract]
public class OrganizationZigbeeDefaults
Inheritance
OrganizationZigbeeDefaults
Inherited Members

Constructors

OrganizationZigbeeDefaults()

public OrganizationZigbeeDefaults()

Properties

Channel

Channel the zigbee node will communicate on either, auto or between 11-25

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

Property Value

string

TransmitPowerLevel

Default Transmit Power Level for the network

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "transmitPowerLevel")]
public int TransmitPowerLevel { get; set; }

Property Value

int