refactor: modify AddAction method to take the messenger

This commit is contained in:
Andrew Welker
2024-02-29 13:27:02 -06:00
parent 5084861067
commit 0ee3e1d52b

View File

@@ -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);