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
|
||||
|
||||
import java.io.Serializable
|
||||
|
||||
class PodEvent(
|
||||
val type: PodEventType,
|
||||
val data: Any?
|
||||
val data: Serializable?
|
||||
)
|
Loading…
Reference in a new issue