mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
fix: adds missing JsonProperty decorator
This commit is contained in:
@@ -13,7 +13,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
|||||||
event EventHandler ItemsUpdated;
|
event EventHandler ItemsUpdated;
|
||||||
event EventHandler CurrentItemChanged;
|
event EventHandler CurrentItemChanged;
|
||||||
|
|
||||||
|
[JsonProperty("items")]
|
||||||
Dictionary<TKey, ISelectableItem> Items { get; set; }
|
Dictionary<TKey, ISelectableItem> Items { get; set; }
|
||||||
|
|
||||||
[JsonProperty("currentItem")]
|
[JsonProperty("currentItem")]
|
||||||
|
|||||||
Reference in New Issue
Block a user