mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-28 03:45:01 +00:00
feat: add property to send ID to handlers for MC
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user