2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

37_echodevice.pm: bugfixes

git-svn-id: https://svn.fhem.de/fhem/trunk@22921 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
michael.winkler 2020-10-05 18:01:37 +00:00
parent 40f9b07f13
commit 631dd73168

View File

@ -2753,6 +2753,9 @@ sub echodevice_Parse($$$) {
$hash->{helper}{echodevice_refreshvoice} = 0;
}
}
else {
Log3 $name, 3, "[$name] [echodevice_Parse] [$msgtype] WRONG JSON Type Type=" . ref($json);
}
}
elsif($msgtype eq "account") {
@ -3562,6 +3565,9 @@ sub echodevice_Parse($$$) {
}
}
}
else {
Log3 $name, 5, "[$name] [echodevice_Parse] [$msgtype] WRONG JSON Type Type=" . ref($json);
}
}
elsif($msgtype eq "searchtunein") {