mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-21 08:26:59 +00:00
fix: add async/await patterns for activation/deactivation
This commit is contained in:
parent
c56841d95b
commit
97bd30e9c9
4 changed files with 52 additions and 50 deletions
|
|
@ -153,9 +153,6 @@ namespace PepperDash.Essentials.Core
|
|||
Debug.LogMessage(e, "Error invoking method {methodName} on device {deviceKey}", null, method.Name, action.DeviceKey);
|
||||
}
|
||||
});
|
||||
|
||||
Debug.LogMessage(LogEventLevel.Information, "Method {methodName} successfully called on device {deviceKey} with {@params}", null, method.Name,
|
||||
action.DeviceKey, action.Params);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue