format
This commit is contained in:
parent
a23c3f2cd8
commit
f0e333da6c
|
@ -6,9 +6,9 @@ import info.nightscout.androidaps.plugins.pump.omnipod.dash.driver.pod.response.
|
|||
|
||||
interface OmnipodDashBleManager {
|
||||
|
||||
fun sendCommand(cmd: Command): Response;
|
||||
fun sendCommand(cmd: Command): Response
|
||||
|
||||
fun getStatus(): ConnectionStatus;
|
||||
fun getStatus(): ConnectionStatus
|
||||
|
||||
fun connect()
|
||||
|
||||
|
|
Loading…
Reference in a new issue