mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
refactor: Make AddAction generic
This commit is contained in:
parent
0ee3e1d52b
commit
1146d89abf
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
|||
|
||||
void SendMessageObject(IMobileControlMessage o);
|
||||
|
||||
void AddAction(IMobileControlMessenger messenger, Action<string, string, JToken> action);
|
||||
void AddAction<T>(T messenger, Action<string, string, JToken> action) where T:IMobileControlMessenger;
|
||||
|
||||
void RemoveAction(string key);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue