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@23193 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-11-20 20:22:05 +00:00
parent 4c5e9039bc
commit 01781e0303

View File

@ -2163,7 +2163,7 @@ sub ___getData {
}
my $data = $ua->get( $call );
my $dcont = $data->content;
my $dcont = $data->decoded_content;
$cont = eval{decode_json($dcont)} or do { $cont = $dcont };