Skip to content

Commit

Permalink
Add more info to the function document of syncInternalMeasurements.
Browse files Browse the repository at this point in the history
  • Loading branch information
riemanli committed Apr 21, 2023
1 parent cec3978 commit e6c7d3a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,11 @@ class MetricsService(
}
}

/** Syncs [InternalMeasurement]s with the CMMS [Measurement]s. */
/**
* Syncs [InternalMeasurement]s with the CMMS [Measurement]s.
*
* Returns Boolean to indicate whether any [InternalMeasurement] was updated.
*/
suspend fun syncInternalMeasurements(
internalMeasurements: List<InternalMeasurement>,
apiAuthenticationKey: String,
Expand Down

0 comments on commit e6c7d3a

Please sign in to comment.