Explorar o código

set heartbeat date on force

Ivan Valkou %!s(int64=5) %!d(string=hai) anos
pai
achega
b7ecef051d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      FreeAPS/Sources/APS/DeviceDataManager.swift

+ 1 - 0
FreeAPS/Sources/APS/DeviceDataManager.swift

@@ -85,6 +85,7 @@ final class BaseDeviceDataManager: DeviceDataManager, Injectable {
 
     func heartbeat(force: Bool) {
         if force {
+            lastHeartBeatTime = Date()
             updatePumpData()
             return
         }