mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-11 02:35:00 +00:00
feat: renames interface
This commit is contained in:
@@ -6,9 +6,9 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||
{
|
||||
public interface IHasOSD
|
||||
public interface IHasWebView
|
||||
{
|
||||
void ShowOsdMessage(string url, string mobileControlPath, string mode, string title, string target);
|
||||
void HideOsdMessage();
|
||||
void ShowWebView(string url, string mobileControlPath, string mode, string title, string target);
|
||||
void HideWebView();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user