fix: Adds LevelControlListKey to EssentialsRoomPropertiesConfig

This commit is contained in:
Neil Dorin
2024-05-16 20:24:45 -06:00
parent dde85f39a2
commit 3566400379

View File

@@ -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>