fix: updates to IMobileControlTouchpanelController

This commit is contained in:
Neil Dorin
2024-04-26 09:31:27 -06:00
parent fa9b493431
commit d8d27949c3

View File

@@ -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; }
}
}