mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
feat: Adds IHasCiscoNavigatorTouchpanel interface
This commit is contained in:
parent
a11ad421f0
commit
98f1a09c25
1 changed files with 4 additions and 0 deletions
|
|
@ -164,4 +164,8 @@ namespace PepperDash.Essentials.Core
|
|||
List<string> AccessoryDeviceKeys { get; }
|
||||
}
|
||||
|
||||
public interface IHasCiscoNavigatorTouchpanel
|
||||
{
|
||||
string CiscoNavigatorTouchpanelKey { get; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue