Skip to content

Commit

Permalink
Added 2880x2880 to MV93MResolution
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabbatt committed Nov 21, 2024
1 parent 65531d2 commit 4a6138e
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.48

- Added 2880x2880 to MV93MResolution

## 1.51.47

- Added 3840x2160 to MV63Resolution
Expand Down
8 changes: 7 additions & 1 deletion Meraki.Api/Data/MV93MResolution.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ public enum MV93MResolution
/// Enum 1080x1080
/// </summary>
[EnumMember(Value = "1080x1080")]
Size1080x1080
Size1080x1080,

/// <summary>
/// Enum 2880x2880
/// </summary>
[EnumMember(Value = "2880x2880")]
Size2880x2880
}

0 comments on commit 4a6138e

Please sign in to comment.