getEnergySummaryDates

abstract fun getEnergySummaryDates(from: Long, to: Long): Flowable<List<Date>>

Returns Flowable that emits list of dates of energy summaries for period from from to to.

Return

Flowable that emits list of dates of energy summaries

See also

dayStart
dayEnd

Parameters

from

minimum UNIX-timestamp of energy summary

to

maximum UNIX-timestamp of energy summary