Working towards getting EssentialsTouchpanelController to switch rooms

This commit is contained in:
Neil Dorin
2021-07-23 17:35:12 -06:00
parent 2db397b474
commit 6542c062b9
4 changed files with 41 additions and 2 deletions

View File

@@ -187,6 +187,12 @@ namespace PepperDash.Essentials.Room.Config
[JsonProperty("zeroVolumeWhenSwtichingVolumeDevices")]
public bool ZeroVolumeWhenSwtichingVolumeDevices { get; set; }
/// <summary>
/// Indicates if this room represents a combination of other rooms
/// </summary>
[JsonProperty("isRoomCombinationScenario")]
public bool IsRoomCombinationScenario { get; set; }
public EssentialsRoomPropertiesConfig()
{
LogoLight = new EssentialsLogoPropertiesConfig();