Fit Completed
data class FitCompleted(val fitId: String, val report: FitResultData, val endTime: Instant) : FitEvent(source)
Terminal: the fit produced a FitResultData normally.
Terminal: the fit produced a FitResultData normally.