Avoid SMB with 0.00 value
This commit is contained in:
parent
6e0d21a874
commit
a23545bbc1
|
@ -609,6 +609,7 @@ open class LoopPlugin @Inject constructor(
|
|||
detailedBolusInfo.source = Source.USER
|
||||
detailedBolusInfo.deliverAt = request.deliverAt
|
||||
aapsLogger.debug(LTag.APS, "applyAPSRequest: bolus()")
|
||||
if (request.smb > 0.0)
|
||||
uel.log(Action.SMB, ValueWithUnit(Sources.Loop), ValueWithUnit(detailedBolusInfo.insulin, Units.U))
|
||||
commandQueue.bolus(detailedBolusInfo, callback)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue