You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When we have started recording temperature and call getOfflineRecordingStatus we then get the error
Error when map measurement type TEMPERATURE to polar feature
Looking through the Kotlin code
line 140 being mapped from TEMPERATURE to TEMPERATURE
but 156 being mapped from OFFLINE_TEMP to TEMPERATURE (OFFLINE_TEMP should just be TEMPERATURE I think?)
How to Reproduce
Start offline recording for temperature and then call getOfflineRecordingStatus
The text was updated successfully, but these errors were encountered:
Platform on which you observed the bug:
Device on which you observed the bug:
Describe the bug
When we have started recording temperature and call getOfflineRecordingStatus we then get the error
Error when map measurement type TEMPERATURE to polar feature
Looking through the Kotlin code
line 140 being mapped from TEMPERATURE to TEMPERATURE
but 156 being mapped from OFFLINE_TEMP to TEMPERATURE (OFFLINE_TEMP should just be TEMPERATURE I think?)
How to Reproduce
Start offline recording for temperature and then call getOfflineRecordingStatus
The text was updated successfully, but these errors were encountered: