From 2ed3008fba6b0dd140049172e8bfe6be11941512 Mon Sep 17 00:00:00 2001 From: ponsin_h Date: Fri, 12 Jun 2026 08:24:30 +0200 Subject: [PATCH] correct some comment --- src/utils/outlet.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/outlet.h b/src/utils/outlet.h index 12991d7..7041358 100644 --- a/src/utils/outlet.h +++ b/src/utils/outlet.h @@ -11,14 +11,14 @@ class Outlet { enum class State { ON, OFF, RST, UNKNOWN }; /** - * @brief get the current state of the device by reading it + * @brief get the current state of the device by reading it's get record * @return the current state */ std::string readGetRecord(); /** - * @brief get the value of the command stored in the command buffer - * @return the current command state + * @brief get the value of the command stored in the set record + * @return the current command */ std::string readSetRecord(); /**