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