Class WirelessRadioSettings
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
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
Serial
Serial
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string? Serial { get; set; }
Property Value
TwoFourGhzSettings
Manual radio settings for 2.4 GHz.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "twoFourGhzSettings")]
public WirelessRadioTwoFourGhzSettings TwoFourGhzSettings { get; set; }