DanaR: disconnect on occlusion
This commit is contained in:
parent
9eebf60610
commit
f887043aff
|
@ -29,6 +29,8 @@ class MsgError(
|
|||
danaPump.bolusStopped = true
|
||||
bolusingEvent.status = errorString
|
||||
rxBus.send(bolusingEvent)
|
||||
// at least on Occlusion pump stops communication. Try to force reconnecting
|
||||
activePlugin.activePump.disconnect("Error from pump received")
|
||||
failed = true
|
||||
} else {
|
||||
failed = false
|
||||
|
|
Loading…
Reference in a new issue