mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Adds IMobileControl interface
adds CreateMobileControlRoomBridge Method
This commit is contained in:
parent
837e3044f6
commit
47d1eb9105
2 changed files with 25 additions and 1 deletions
|
|
@ -0,0 +1,10 @@
|
|||
using PepperDash.Core;
|
||||
using PepperDash.Essentials.Core;
|
||||
|
||||
namespace PepperDash_Essentials_Core.DeviceTypeInterfaces
|
||||
{
|
||||
public interface IMobileControl:IKeyed
|
||||
{
|
||||
void CreateMobileControlRoomBridge(EssentialsRoomBase room);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue