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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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