Skip to content

Commit

Permalink
Added disabled to WirelessRfProfileFlexRadiosByModelBand.
Browse files Browse the repository at this point in the history
Added 3840x2160 to MV13Resolution
  • Loading branch information
danielabbatt committed Nov 21, 2024
1 parent bbcc845 commit dd782fc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.51.44
- Added disabled to WirelessRfProfileFlexRadiosByModelBand
- Added 3840x2160 to MV13Resolution

## 1.51.18
- Modified MV32 to allow High quality on the profile

Expand Down
8 changes: 7 additions & 1 deletion Meraki.Api/Data/MV13Resolution.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@ public enum MV13Resolution
/// Enum 2688x1512
/// </summary>
[EnumMember(Value = "2688x1512")]
Size2688x1512
Size2688x1512,

/// <summary>
/// Enum 3840x2160
/// </summary>
[EnumMember(Value = "3840x2160")]
Size3840x2160
}
10 changes: 8 additions & 2 deletions Meraki.Api/Data/WirelessRfProfileFlexRadiosByModelBand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@ public enum WirelessRfProfileFlexRadiosByModelBand
/// 6GHz
/// </summary>
[EnumMember(Value = "6")]
Band6Ghz
}
Band6Ghz,

/// <summary>
/// Undocumented disabled entry
/// </summary>
[EnumMember(Value = "disabled")]
Disabled
}

0 comments on commit dd782fc

Please sign in to comment.