From fbeaddac0a98642cb11e453e9d2a2f350f6cd0ec Mon Sep 17 00:00:00 2001 From: zapccu Date: Fri, 5 May 2023 16:46:28 +0200 Subject: [PATCH] Bugfix --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 84aaef8..43085df 100644 --- a/main.js +++ b/main.js @@ -166,7 +166,7 @@ class SmaEvCharger extends utils.Adapter { password: this.config.password },{ headers: { - 'Content-Type': 'multipart/form-data' + 'Content-Type': 'application/x-www-form-urlencoded' } }) .then((response) => {