mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-29 04:15:00 +00:00
refactor: modify AddAction method to take the messenger
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user