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(); /**