From bb488ba22006dd5fb6f2b6b46a7c9b287d29bfe4 Mon Sep 17 00:00:00 2001 From: GeoDerp <18461782+GeoDerp@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:55:58 +0930 Subject: [PATCH] forecast-cache action to weather-forecast-cache --- docs/forecasts.md | 8 ++++---- src/emhass/web_server.py | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/forecasts.md b/docs/forecasts.md index 56260878..fde219cd 100644 --- a/docs/forecasts.md +++ b/docs/forecasts.md @@ -52,8 +52,8 @@ curl -i -H "Content-Type:application/json" -X POST -d '{"solcast_rooftop_id":"> Forecast has run and results possibly cached... \n' + msg = f'EMHASS >> Weather Forecast has run and results possibly cached... \n' if not checkFileLog(ActionStr): return make_response(msg, 201) return make_response(grabLog(ActionStr), 400)