feat: add property to send ID to handlers for MC

This commit is contained in:
Andrew Welker
2024-02-06 10:51:53 -06:00
parent 5628042841
commit 8d34b73cdf

View File

@@ -22,7 +22,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
{
void SendMessageObject(IMobileControlMessage o);
void AddAction(string key, Action<JToken> action);
void AddAction(string key, Action<string, JToken> action);
void RemoveAction(string key);