Merge branch 'dash-bart-random' into adrian/something
This commit is contained in:
commit
ba65a47380
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
package info.nightscout.androidaps.plugins.pump.omnipod.dash.driver.event
|
package info.nightscout.androidaps.plugins.pump.omnipod.dash.driver.event
|
||||||
|
|
||||||
|
import java.io.Serializable
|
||||||
|
|
||||||
class PodEvent(
|
class PodEvent(
|
||||||
val type: PodEventType,
|
val type: PodEventType,
|
||||||
val data: Any?
|
val data: Serializable?
|
||||||
)
|
)
|
Loading…
Add table
Reference in a new issue