mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 18:24:50 +00:00
fix: Adds LevelControlListKey to EssentialsRoomPropertiesConfig
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user