mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Working towards getting EssentialsTouchpanelController to switch rooms
This commit is contained in:
parent
2db397b474
commit
6542c062b9
4 changed files with 41 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue