cph-cachet / carp.core-kotlin

Infrastructure-agnostic framework for distributed data collection.
https://carp.cachet.dk/core/
MIT License
21 stars 3 forks source link

Add a temperature data type #396

Open Whathecode opened 2 years ago

Whathecode commented 2 years ago

Mobile phones have temperature sensors, as well as several external sensors (e.g., SENS patch used at iMotions). Rather than having device-specific temperature data types, we should look into a suitable common data type across devices.

Ideally, as usual, converting to it shouldn't be lossy. To maintain raw data while still converting to a common type, issue #293 is possibly related. I.e., raw data could be considered "meta" data.