mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-09 09:45:06 +00:00
fix: updates to IMobileControlTouchpanelController
This commit is contained in:
@@ -106,10 +106,11 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||
Action<string,string, JToken> Action { get; }
|
||||
}
|
||||
|
||||
public interface IMobileControlTouchpanelController
|
||||
public interface IMobileControlTouchpanelController : IKeyed
|
||||
{
|
||||
StringFeedback AppUrlFeedback { get; }
|
||||
string DefaultRoomKey { get; }
|
||||
string DeviceKey { get; }
|
||||
void SetAppUrl(string url);
|
||||
bool UseDirectServer { get; }
|
||||
bool ZoomRoomController { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user