2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

76_SMAPortal: contrib 3.7.0

git-svn-id: https://svn.fhem.de/fhem/trunk@23189 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-11-20 19:33:13 +00:00
parent baccd0be9f
commit be3c4c575e

View File

@ -2327,7 +2327,7 @@ sub ___analyzeData { ## no critic 'complexity'
Log3 ($name, 5, "$name - No JSON Data received:\n ".$njdat);
if($rescode != 302) { # 302 -> HTTP-Antwort liefert zusätzlich eine URL im Header-Feld Location. Es soll eine zweite, ansonsten identische Anfrage an die in Location angegebene neue URL gestellt werden.
$errstate = 1;
$errstate = 0;
$state = "ERROR - see logfile for further information";
}
}