mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
76_SMAPortal: contrib 3.7.0
git-svn-id: https://svn.fhem.de/fhem/trunk@23216 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
701ebd0323
commit
ba0e73ab51
@ -137,7 +137,6 @@ BEGIN {
|
||||
|
||||
# Versions History intern
|
||||
my %vNotesIntern = (
|
||||
"9.9.9" => "22.11.2020 KOmpatest ",
|
||||
"3.7.0" => "21.11.2020 add new consumer management for switched sockets and SMA EV Charger ",
|
||||
"3.6.5" => "12.11.2020 verbose5data switchConsumer, more preselected user agents ",
|
||||
"3.6.4" => "11.11.2020 preselect the user agent randomly, set min. interval to 180 s ",
|
||||
@ -2168,7 +2167,7 @@ sub ___getData {
|
||||
}
|
||||
|
||||
my $data = $ua->get( $call );
|
||||
my $dcont = $data->decoded_content;
|
||||
my $dcont = $data->content;
|
||||
$cont = eval{decode_json($dcont)} or do { $cont = $dcont }; # Test JSON dekodieren und anzeigen
|
||||
|
||||
if($v5d =~ /$tag/x) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user