Table of Contents

Class WirelessRadioTwoFourGhzSettings

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

Settings

[DataContract]
public class WirelessRadioTwoFourGhzSettings
Inheritance
WirelessRadioTwoFourGhzSettings
Inherited Members

Properties

Channel

Sets a manual channel for 2.4 GHz. Can be '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13' or '14' or null for using auto channel.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "channel")]
public int? Channel { get; set; }

Property Value

int?

TargetPower

Set a manual target power for 2.4 GHz. Can be between '5' or '30' or null for using auto power range.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "targetPower")]
public double? TargetPower { get; set; }

Property Value

double?