fix: add async/await patterns for activation/deactivation

This commit is contained in:
Andrew Welker
2024-07-26 06:47:13 -05:00
parent c56841d95b
commit 97bd30e9c9
4 changed files with 52 additions and 50 deletions

View File

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