Skip to content

Commit

Permalink
Added 3840x2160 to MV63Resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabbatt committed Nov 21, 2024
1 parent 131de10 commit 65531d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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.47

- Added 3840x2160 to MV63Resolution

## 1.51.46

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

/// <summary>
/// Enum 3840x2160
/// </summary>
[EnumMember(Value = "3840x2160")]
Size3840x2160
}

0 comments on commit 65531d2

Please sign in to comment.