mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
98_Hyperion: fix for Hyperion_GetConfigs
git-svn-id: https://svn.fhem.de/fhem/trunk@12326 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f7ce901f20
commit
cf8810ab8d
@ -430,7 +430,8 @@ sub Hyperion_GetConfigs($)
|
|||||||
my $configs = join(",",@files);
|
my $configs = join(",",@files);
|
||||||
readingsSingleUpdate($hash,".configs",$configs,1)
|
readingsSingleUpdate($hash,".configs",$configs,1)
|
||||||
if (ReadingsVal($name,".configs","") ne $configs);
|
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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user