Data Group
fun <out Item : NetworkRecord> DataGroup(sensorId: String, items: List<Item>, resyncAfter: Long? = null)
Parameters
sensor Id
sensorId for all items
items
data from the smart band to send to the server
resync After
unix timestamp. If set than server will delete all records after one. By default (if
resyncAfter
not set) server overwrite records by record index + timestamp.