Skip to content

Commit

Permalink
Modified MV32 to allow High quality on the profile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabbatt committed Nov 5, 2024
1 parent b64e635 commit 474d969
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

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

## 1.51.17
- Fixed LldpCdp.Ports to be a dictionary of string to LldpCdpPort

## 1.51.15
Expand Down
2 changes: 1 addition & 1 deletion Meraki.Api/Data/MV32.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Mv32
/// </summary>
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "quality")]
public StandardEnhancedQuality Quality { get; set; }
public StandardEnhancedHighQuality Quality { get; set; }

/// <summary>
/// Gets or Sets Resolution
Expand Down
21 changes: 0 additions & 21 deletions Meraki.Api/Data/StandardEnhancedQuality.cs

This file was deleted.

0 comments on commit 474d969

Please sign in to comment.