correct some comment

This commit is contained in:
2026-06-12 08:24:30 +02:00
parent 1ae0b909d4
commit 2ed3008fba
+3 -3
View File
@@ -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();
/**