Improve handling of manually added time

This commit is contained in:
Jonas Lochmann
2020-09-07 02:00:00 +02:00
parent 6518159069
commit e8cc9fd5e6
3 changed files with 47 additions and 4 deletions
+2 -1
View File
@@ -183,7 +183,8 @@ export const applyActionsFromDevice = async ({ database, request, websocket, con
await dispatchAppLogicAction({
action: parsedAction,
cache,
deviceId: deviceEntry.deviceId
deviceId: deviceEntry.deviceId,
eventHandler
})
} catch (ex) {
eventHandler.countEvent('applyActionsFromDevice actionWithError:' + parsedSerializedAction.type)