- added additional log line
This commit is contained in:
parent
b90ce3804f
commit
cc172e8d0f
|
@ -31,6 +31,7 @@ class TempBasalProcessDTO constructor(var itemOne: PumpHistoryEntry,
|
|||
|
||||
val durationAsSeconds: Int
|
||||
get() {
|
||||
aapsLogger.debug(LTag.PUMP, "durationAsSeconds: [objectType=$objectType]")
|
||||
if (objectType == ObjectType.TemporaryBasal) {
|
||||
if (itemTwo == null) {
|
||||
if (itemOneTbr != null) {
|
||||
|
|
Loading…
Reference in a new issue