Skip to content

Commit

Permalink
fix: Moves eVolumeLevelUnits to Essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
ndorin committed Mar 22, 2024
1 parent d70c49c commit a9c4f4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions 3-series/Messengers/DeviceVolumeMessenger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,8 @@ public class Volume
[JsonProperty("rawValue", NullValueHandling = NullValueHandling.Ignore)]
public string RawValue { get; set; }

[JsonProperty("units", NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("units", NullValueHandling = NullValueHandling.Ignore)]
public eVolumeLevelUnits? Units { get; set; }
}

public enum eVolumeLevelUnits
{
dB,
Percent,
Relative,
Absolute
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<DefineConstants>TRACE;SERIES4</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PepperDashEssentials" Version="2.0.0-alpha-2416" />
<PackageReference Include="PepperDashEssentials" Version="2.0.0-alpha-2418" />
<PackageReference Include="WebSocketSharp-netstandard" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
<Folder Include="SIMPLJoinMaps\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="PepperDashEssentials" Version="2.0.0-alpha-2416" />
<PackageReference Include="PepperDashEssentials" Version="2.0.0-alpha-2418" />
</ItemGroup>
</Project>

0 comments on commit a9c4f4b

Please sign in to comment.