mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Final v2.3.1
This commit is contained in:
parent
3f07b481dc
commit
54f98805b4
17 changed files with 318 additions and 503 deletions
2
Web.h
2
Web.h
|
|
@ -28,6 +28,8 @@ class Web {
|
|||
void handleSetSensor(WebServer &server);
|
||||
void handleDownloadFirmware(WebServer &server);
|
||||
void handleBackup(WebServer &server, bool attach = false);
|
||||
void handleReboot(WebServer &server);
|
||||
void handleDeserializationError(WebServer &server, DeserializationError &err);
|
||||
void begin();
|
||||
void loop();
|
||||
void end();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue