Dana-i: fix reading history
This commit is contained in:
parent
dcf3c9cc57
commit
3bbf50ca3e
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ abstract class DanaRSPacketHistory(
|
||||||
basalAmount = danaRHistoryRecord.dailyBasal,
|
basalAmount = danaRHistoryRecord.dailyBasal,
|
||||||
totalAmount = 0.0,
|
totalAmount = 0.0,
|
||||||
pumpId = null,
|
pumpId = null,
|
||||||
pumpType = PumpType.DANA_RS,
|
pumpType = danaPump.pumpType(),
|
||||||
danaPump.serialNumber
|
danaPump.serialNumber
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue