diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs index 28befce8..944e4a50 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs @@ -22,7 +22,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces { void SendMessageObject(IMobileControlMessage o); - void AddAction(string key, Action action); + void AddAction(string key, Action action); void RemoveAction(string key);