From a7d5b7925151a2496356214cb6b4db268b86148e Mon Sep 17 00:00:00 2001 From: Peter Neuer Date: Mon, 12 Aug 2024 22:23:24 +0000 Subject: [PATCH] Update csicsrf token --- scripts/fhem_fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fhem_fetch.py b/scripts/fhem_fetch.py index c947117..aa340fd 100644 --- a/scripts/fhem_fetch.py +++ b/scripts/fhem_fetch.py @@ -8,7 +8,7 @@ FHEM_URL = "https://fhem.auwiesen2.de/fhem" PARAMS = { "cmd": "jsonlist2", "XHR": "1", - "fwcsrf": "csrf_822558611144652" # CSRF token as a parameter + "fwcsrf": "csrf_27835177929814" # CSRF token as a parameter } # Headers including CSRF token