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:45 -07:00
committed by GitHub
parent 7594b22096
commit 08fbec416f

View File

@@ -470,8 +470,8 @@ namespace PepperDash.Essentials.Room.Config
/// <summary>
/// Gets or sets the Enable
/// </summary>
[JsonProperty("enable")]
public bool Enable { get; set; }
[JsonProperty("enable")]
public bool Enable { get; set; }
}
/// <summary>