Merge branch 'master' of gitea.psi.ch:lin-midas-programs/ePowerSwitch
This commit is contained in:
+3
-3
@@ -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();
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user