2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 12:18:46 +00:00

98_Hyperion: fix for crash bug

git-svn-id: https://svn.fhem.de/fhem/trunk@12075 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
deespe 2016-08-27 02:33:59 +00:00
parent 8eeb5dea4f
commit 3e12114f92

View File

@ -216,7 +216,7 @@ sub Hyperion_Read($)
fhem "sleep 1; get $name statusRequest" if (AttrVal($name,"queryAfterSet",1) == 1 || !$hash->{INTERVAL});
return undef;
}
elsif ($1 =~ /^.+"success":true\}$/)
elsif ($1 =~ /^.+\},"success":true\}$/)
{
######################
# delete old reading #