Clarifying method
This commit is contained in:
parent
74aa0ab15f
commit
66be672e6f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
|
||||
/**
|
||||
* Given a part and a capabilityAnswerResult, returns the same part but with update
|
||||
* recalibrationType and requiresRecalibration values based on the capabilityAnswerResult
|
||||
* Modifies the recalibration properties of the provided part based on the
|
||||
* provided capabilityAnswerResult
|
||||
* @param {*} part
|
||||
* @param {*} capabilityAnswerResult
|
||||
* @returns part
|
||||
* @returns void
|
||||
*/
|
||||
export function setPartRecalibrationProperties(part, capabilityAnswerResult) {
|
||||
Object.assign(part, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue