aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/web_api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web_api.py b/src/web_api.py
index 37b9867..672bfb8 100755
--- a/src/web_api.py
+++ b/src/web_api.py
@@ -211,6 +211,7 @@ class WebAPIServer(http.HTTPServer):
dt_to = strptime_auto(s_to)
return dt_from, dt_to
+
async def GET_consumed_energy(self, req: http.Request):
dt_from, dt_to = self._get_inverter_from_to(req)
wh = InverterDatabase().get_consumed_energy(dt_from, dt_to)