mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
feat: Adds LevelControlLists to BasicConfig and LevelControlListItem class
This commit is contained in:
parent
cb9eb5dafa
commit
cb16f2a505
2 changed files with 85 additions and 1 deletions
|
|
@ -23,7 +23,10 @@ namespace PepperDash.Essentials.Core.Config
|
|||
public Dictionary<string, Dictionary<string, SourceListItem>> SourceLists { get; set; }
|
||||
|
||||
[JsonProperty("destinationLists")]
|
||||
public Dictionary<string, Dictionary<string,DestinationListItem>> DestinationLists { get; set; }
|
||||
public Dictionary<string, Dictionary<string, DestinationListItem>> DestinationLists { get; set; }
|
||||
|
||||
[JsonProperty("levelControlLists")]
|
||||
public Dictionary<string, Dictionary<string, LevelControlListItem>> LevelControlLists { get; set; }
|
||||
|
||||
[JsonProperty("tieLines")]
|
||||
public List<TieLineConfig> TieLines { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue