aboutsummaryrefslogtreecommitdiff
path: root/main/routes/shelly.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/routes/shelly.cpp')
-rw-r--r--main/routes/shelly.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/routes/shelly.cpp b/main/routes/shelly.cpp
index 269a3bb..565a925 100644
--- a/main/routes/shelly.cpp
+++ b/main/routes/shelly.cpp
@@ -6,6 +6,9 @@
static const char *TAG = "routes/shelly";
+/**
+ * Handles requests for the `/shelly` endpoint
+ */
esp_err_t shelly_handler(httpd_req_t *req)
{
ESP_LOGD(TAG, "shelly_get_handler %s", req->uri);