Implement a feature that will sync all data from the ring (steps, heart rate, spo2) into a sqlite database.
The goal is to have a single colmi_r02_client sync database_file.sqlite command that will pull all available data off the ring. It should be smart enough to know when the last sync was so that it can fetch just the new data
Implement a feature that will sync all data from the ring (steps, heart rate, spo2) into a sqlite database.
The goal is to have a single
colmi_r02_client sync database_file.sqlite
command that will pull all available data off the ring. It should be smart enough to know when the last sync was so that it can fetch just the new dataTODO: