98_Hyperion: readd missing SetExtensionsCancel

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@13324 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
deespe 2017-02-03 17:10:42 +00:00
parent f1e314dab3
commit 8c481ee7b2

View File

@ -784,6 +784,7 @@ sub Hyperion_Set($@)
if (scalar keys %obj)
{
Log3 $name,5,"$name: $cmd obj json: ".encode_json(\%obj);
SetExtensionsCancel($hash);
Hyperion_Call($hash,\%obj);
return undef;
}