mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix: Adds missing StringEnumConverter
This commit is contained in:
parent
cb16f2a505
commit
734149960b
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ namespace PepperDash.Essentials.Core
|
|||
/// Indicates if the item is a level, mute , or both
|
||||
/// </summary>
|
||||
[JsonProperty("type")]
|
||||
[JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
|
||||
public eLevelControlType Type { get; set; }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue