From 3471a9183644aca9f68dc37ddde632328ffe5956 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Mon, 8 Jan 2024 12:05:42 +1100 Subject: [PATCH] Correct the calibateTemperature function's documentation --- src/lib/calibrationservice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/calibrationservice.cpp b/src/lib/calibrationservice.cpp index 25de04bbd..6e5408950 100644 --- a/src/lib/calibrationservice.cpp +++ b/src/lib/calibrationservice.cpp @@ -61,11 +61,11 @@ bool CalibrationService::readCharacteristics() } /*! - * Set's the Pokit device's name to \a name. + * Calibrates the Pokit device's temperature to \a ambientTemperature. * * Returns `true` if the write request was successfully queued, `false` otherwise. * - * Emits deviceNameWritten() if/when the \a name has been set. + * Emits temperatureCalibrated() if/when the \a name has been set. */ bool CalibrationService::calibrateTemperature(const float ambientTemperature) {