SensESP 3.5.1-alpha
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
ui_button_handler.h
Go to the documentation of this file.
1#ifndef SENSESP_NET_WEB_UI_BUTTON_HANDLER_H_
2#define SENSESP_NET_WEB_UI_BUTTON_HANDLER_H_
3
4#include <memory>
5
7
8namespace sensesp {
9
19void add_button_handlers(std::shared_ptr<HTTPServer>& server);
20
21} // namespace sensesp
22
23#endif // SENSESP_NET_WEB_UI_BUTTON_HANDLER_H_
void add_button_handlers(std::shared_ptr< HTTPServer > &server)
Handle HTTP requests to /api/buttons.