mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix: Adds LevelControlListKey to EssentialsRoomPropertiesConfig
This commit is contained in:
parent
dde85f39a2
commit
3566400379
1 changed files with 3 additions and 0 deletions
|
|
@ -198,6 +198,9 @@ namespace PepperDash.Essentials.Room.Config
|
|||
public string SourceListKey { get; set; }
|
||||
[JsonProperty("destinationListKey")]
|
||||
public string DestinationListKey { get; set; }
|
||||
[JsonProperty("levelControlListKey")]
|
||||
public string LevelControlListKey { get; set; }
|
||||
|
||||
[JsonProperty("defaultSourceItem")]
|
||||
public string DefaultSourceItem { get; set; }
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue