Table of Contents

Class WirelessRadioSettings

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

UpdateNetworkDeviceWirelessRadioSettings

[DataContract]
public class WirelessRadioSettings
Inheritance
WirelessRadioSettings
Inherited Members

Properties

FiveGhzSettings

Manual radio settings for 5 GHz.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "fiveGhzSettings")]
public WirelessRadioFiveGhzSettings FiveGhzSettings { get; set; }

Property Value

WirelessRadioFiveGhzSettings

RfProfileId

The ID of an RF profile to assign to the device. If the value of this parameter is null, the appropriate basic RF profile (indoor or outdoor) will be assigned to the device. Assigning an RF profile will clear ALL manually configured overrides on the device (channel width, channel, power).

[ApiForeignKey(typeof(WirelessRfProfile))]
[JsonProperty(NullValueHandling = NullValueHandling.Include)]
[DataMember(Name = "rfProfileId")]
public string? RfProfileId { get; set; }

Property Value

string

Serial

Serial

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string? Serial { get; set; }

Property Value

string

TwoFourGhzSettings

Manual radio settings for 2.4 GHz.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "twoFourGhzSettings")]
public WirelessRadioTwoFourGhzSettings TwoFourGhzSettings { get; set; }

Property Value

WirelessRadioTwoFourGhzSettings