mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 19:36:02 +00:00
50_SSFile: contrib 0.8.1
git-svn-id: https://svn.fhem.de/fhem/trunk@24503 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
102743427b
commit
4d2dc257fd
@ -144,6 +144,7 @@ BEGIN {
|
|||||||
|
|
||||||
# Versions History intern
|
# Versions History intern
|
||||||
my %vNotesIntern = (
|
my %vNotesIntern = (
|
||||||
|
"0.8.1" => "24.05.2021 fix FHEM crash when malfomed JSON is received ",
|
||||||
"0.8.0" => "18.03.2021 extend commandref, switch to 'stable' ",
|
"0.8.0" => "18.03.2021 extend commandref, switch to 'stable' ",
|
||||||
"0.7.7" => "07.01.2021 avoid FHEM crash if Cache file content is not valid JSON format ",
|
"0.7.7" => "07.01.2021 avoid FHEM crash if Cache file content is not valid JSON format ",
|
||||||
"0.7.6" => "20.12.2020 minor change to avoid increase memory ",
|
"0.7.6" => "20.12.2020 minor change to avoid increase memory ",
|
||||||
@ -1657,7 +1658,7 @@ sub execOp_parse {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$jdata = decode_json($myjson);
|
eval { $jdata = decode_json($myjson); }; ## no critic 'eval not tested' #Forum: https://forum.fhem.de/index.php/topic,115371.msg1158531.html#msg1158531
|
||||||
|
|
||||||
Log3($name, 5, "$name - JSON returned: ". Dumper $jdata);
|
Log3($name, 5, "$name - JSON returned: ". Dumper $jdata);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user