mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix: adds missing JsonProperty decorator
This commit is contained in:
parent
0f57799382
commit
8ae8a3ef41
1 changed files with 1 additions and 1 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue