mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-15 13:36:48 +00:00
chore: fix namespaces for room interfaces to be consistent
This commit is contained in:
parent
9e7239b219
commit
4d20cd7e80
3 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
using PepperDash.Essentials.Core;
|
||||
using PepperDash.Essentials.Room.Config;
|
||||
|
||||
namespace PepperDash.Essentials.Devices.Common.Rooms
|
||||
namespace PepperDash.Essentials.Devices.Common.Room
|
||||
{
|
||||
public interface IEssentialsHuddleSpaceRoom : IEssentialsRoom, IHasCurrentSourceInfoChange, IRunRouteAction, IHasDefaultDisplay, IHasCurrentVolumeControls, IRoomOccupancy,
|
||||
IEmergency, IMicrophonePrivacy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue