loadShortSummary

fun DataService.loadShortSummary(from: Long? = null, fromTime: Long? = null, toTime: Long? = null, limit: Long? = null, sensorId: String? = null, dispatcher: CoroutineDispatcher): Single<LoadResponse<ShortSummaryNetwork>>