wrote socket handler
This commit is contained in:
@@ -19,6 +19,8 @@ class Event {
|
||||
public:
|
||||
Event(uint8_t address, int priority, std::string name);
|
||||
|
||||
std::string getJsonString();
|
||||
|
||||
friend bool operator==(const Event &left, const Event &right);
|
||||
|
||||
friend bool operator<(const Event &left, const Event &right) {
|
||||
|
||||
Reference in New Issue
Block a user