mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
refactor: Clean up Room Interfaces to help with ambiguities
This commit is contained in:
parent
b9479bab70
commit
92f4d37cd6
4 changed files with 5 additions and 17 deletions
|
|
@ -15,7 +15,7 @@ namespace PepperDash.Essentials.Core
|
|||
/// <summary>
|
||||
/// Describes the basic functionality of an EssentialsRoom
|
||||
/// </summary>
|
||||
public interface IEssentialsRoom : IKeyName, IReconfigurableDevice
|
||||
public interface IEssentialsRoom : IKeyName, IReconfigurableDevice, IRunDefaultPresentRoute
|
||||
{
|
||||
BoolFeedback OnFeedback { get; }
|
||||
|
||||
|
|
@ -56,7 +56,6 @@ namespace PepperDash.Essentials.Core
|
|||
void SetRoomOccupancy(IOccupancyStatusProvider statusProvider, int timeoutMinutes);
|
||||
|
||||
void PowerOnToDefaultOrLastSource();
|
||||
bool RunDefaultPresentRoute();
|
||||
|
||||
void SetDefaultLevels();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue