Merge branch 'master' of gitea.psi.ch:lin-midas-programs/ePowerSwitch

This commit is contained in:
2026-06-15 15:41:09 +02:00
+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();
/**