healbesdk
1.3.1
healbesdk
/
com.healbe.healbesdk.serverApi.periodicData
/
DataService
/
downloadEvents
download
Events
abstract
suspend
fun
downloadEvents
(
from
:
Long
?
=
null
,
fromTime
:
Long
?
=
null
,
toTime
:
Long
?
=
null
,
limit
:
Long
?
=
null
,
sensorId
:
String
?
=
null
,
moduleId
:
Long
)
:
LoadResponse
<
EventNetwork
>