mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Updates to work out kinks
This commit is contained in:
parent
66c481e3dc
commit
d6581cab2e
8 changed files with 72 additions and 36 deletions
|
|
@ -184,6 +184,12 @@ namespace PepperDash.Essentials.Room.Config
|
|||
|
||||
[JsonProperty("zeroVolumeWhenSwtichingVolumeDevices")]
|
||||
public bool ZeroVolumeWhenSwtichingVolumeDevices { get; set; }
|
||||
|
||||
public EssentialsRoomPropertiesConfig()
|
||||
{
|
||||
LogoLight = new EssentialsLogoPropertiesConfig();
|
||||
LogoDark = new EssentialsLogoPropertiesConfig();
|
||||
}
|
||||
}
|
||||
|
||||
public class EssentialsAvRoomPropertiesConfig : EssentialsRoomPropertiesConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue