getPeriodicalRecordsByLinkIdNotOlderThen

suspend fun getPeriodicalRecordsByLinkIdNotOlderThen(deviceCharacteristicLinkId: Long, localDateTime: LocalDateTime, periodDuration: Duration): List<RecordEntity>

Return

List of RecordEntity of requested DeviceCharacteristicLink that is older than localDateTime and the period is secondsInterval

Parameters

deviceCharacteristicLinkId
localDateTime

LocalDateTime that should be older than oll the fetched data

periodDuration

minimal period of data as Duration