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