98_Hyperion: fix for Hyperion_GetConfigs

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12326 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
deespe 2016-10-11 11:57:49 +00:00
parent 661828c3a4
commit a515928956

View File

@ -430,7 +430,8 @@ sub Hyperion_GetConfigs($)
my $configs = join(",",@files);
readingsSingleUpdate($hash,".configs",$configs,1)
if (ReadingsVal($name,".configs","") ne $configs);
$attr{$name}{webCmd "webCmd","") eq $Hyperion_webCmd);
$attr{$name}{webCmd} = $Hyperion_webCmd_config
if (AttrVal($name,"webCmd","") eq $Hyperion_webCmd);
}
else
{