mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +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:
parent
8eeb5dea4f
commit
3e12114f92
@ -216,7 +216,7 @@ sub Hyperion_Read($)
|
|||||||
fhem "sleep 1; get $name statusRequest" if (AttrVal($name,"queryAfterSet",1) == 1 || !$hash->{INTERVAL});
|
fhem "sleep 1; get $name statusRequest" if (AttrVal($name,"queryAfterSet",1) == 1 || !$hash->{INTERVAL});
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
elsif ($1 =~ /^.+"success":true\}$/)
|
elsif ($1 =~ /^.+\},"success":true\}$/)
|
||||||
{
|
{
|
||||||
######################
|
######################
|
||||||
# delete old reading #
|
# delete old reading #
|
||||||
|
Loading…
x
Reference in New Issue
Block a user