mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Code cleanup
Clean up code for version 1.0.9
This commit is contained in:
parent
92ea0f6c99
commit
0ab2444104
7 changed files with 35 additions and 16 deletions
|
|
@ -17,8 +17,8 @@ class SocketEmitter {
|
|||
void disconnect();
|
||||
bool sendToClients(const char *evt, const char *data);
|
||||
bool sendToClient(uint8_t num, const char *evt, const char *data);
|
||||
bool sendToClients(const char *evt, JsonObject &obj);
|
||||
bool sendToClient(uint8_t num, const char *evt, JsonObject &obj);
|
||||
//bool sendToClients(const char *evt, JsonObject &obj);
|
||||
//bool sendToClient(uint8_t num, const char *evt, JsonObject &obj);
|
||||
static void wsEvent(uint8_t num, WStype_t type, uint8_t *payload, size_t length);
|
||||
};
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue