undo the last change
This commit is contained in:
parent
2afe220d28
commit
25141d3939
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,7 @@ import io.reactivex.Single
|
|||
import io.reactivex.rxkotlin.blockingSubscribeBy
|
||||
import io.reactivex.rxkotlin.subscribeBy
|
||||
import org.json.JSONObject
|
||||
import java.util.*
|
||||
import javax.inject.Inject
|
||||
import javax.inject.Singleton
|
||||
|
||||
|
@ -198,7 +199,6 @@ class OmnipodDashPumpPlugin @Inject constructor(
|
|||
|
||||
override val baseBasalRate: Double
|
||||
get() = podStateManager.basalProgram?.rateAt(Date()) ?: 0.0
|
||||
//pumpSync.expectedPumpState().profile?.getBasal() ?: 0.0
|
||||
|
||||
override val reservoirLevel: Double
|
||||
get() {
|
||||
|
|
Loading…
Reference in a new issue