fix: adds missing JsonProperty decorator

This commit is contained in:
Neil Dorin
2024-03-14 16:13:02 -06:00
parent 0f57799382
commit 8ae8a3ef41

View File

@@ -13,7 +13,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
event EventHandler ItemsUpdated;
event EventHandler CurrentItemChanged;
[JsonProperty("items")]
Dictionary<TKey, ISelectableItem> Items { get; set; }
[JsonProperty("currentItem")]