Merge pull request #2687 from MilosKozak/insight-artificial-end-delay
Insight: Log end events five seconds earlier
This commit is contained in:
commit
6220eb1697
|
@ -1391,7 +1391,7 @@ public class LocalInsightPlugin extends PumpPluginBase implements PumpInterface,
|
|||
temporaryBasal.durationInMinutes = 0;
|
||||
temporaryBasal.source = Source.PUMP;
|
||||
temporaryBasal.pumpId = pumpID.id;
|
||||
temporaryBasal.date = timestamp;
|
||||
temporaryBasal.date = timestamp - 1500L;
|
||||
temporaryBasals.add(temporaryBasal);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue