Added interface to huddle room to enable volume controls

This commit is contained in:
Heath Volmer 2019-03-04 11:56:55 -07:00
parent 3049e5a041
commit 7a3ce5fcf1
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ using PepperDash.Essentials.Room.Config;
namespace PepperDash.Essentials namespace PepperDash.Essentials
{ {
public class EssentialsHuddleSpaceRoom : EssentialsRoomBase, IHasCurrentSourceInfoChange, IRunRouteAction, IRunDefaultPresentRoute public class EssentialsHuddleSpaceRoom : EssentialsRoomBase, IHasCurrentSourceInfoChange, IRunRouteAction, IRunDefaultPresentRoute, IHasCurrentVolumeControls
{ {
public event EventHandler<VolumeDeviceChangeEventArgs> CurrentVolumeDeviceChange; public event EventHandler<VolumeDeviceChangeEventArgs> CurrentVolumeDeviceChange;
public event SourceInfoChangeHandler CurrentSingleSourceChange; public event SourceInfoChangeHandler CurrentSingleSourceChange;

@ -1 +1 @@
Subproject commit c190321c536c07caae9187e026363c712caac0f7 Subproject commit 5bee684b52588788c392c666126a52c176e03a62