mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
feat: adds IHasOSD interface
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||||
|
{
|
||||||
|
public interface IHasOSD
|
||||||
|
{
|
||||||
|
void ShowOsdMessage(string url, string mobileControlPath, string mode, string title, string target);
|
||||||
|
void HideOsdMessage();
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user