Update src/PepperDash.Essentials.Core/Room/Config/EssentialsRoomConfig.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Neil Dorin
2025-11-26 15:53:14 -07:00
committed by GitHub
parent 9ef4aedcce
commit a5e6059160

View File

@@ -282,10 +282,10 @@ namespace PepperDash.Essentials.Room.Config
[JsonProperty("defaultOffDspPresetKey")]
public string DefaultOffDspPresetKey { get; set; }
/// <summary>
/// Gets or sets the SourceListKey
/// </summary>
/// </summary>
[JsonProperty("sourceListKey")]
public string SourceListKey { get; set; }
/// <summary>