Update src/PepperDash.Essentials.Core/Room/Combining/IEssentialsRoomCombiner.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Neil Dorin
2025-09-17 16:36:33 -06:00
committed by GitHub
parent ab08a546f7
commit dea4407e3e

View File

@@ -110,7 +110,7 @@ namespace PepperDash.Essentials.Core
bool IsActive { get; }
/// <summary>
/// Gets a value indicating whether the entity is active.
/// Gets a value indicating whether this scenario should be hidden in the UI.
/// </summary>
[JsonProperty("hideInUi")]
bool HideInUi { get; }