From a515928956647cd7b75947fb83d734cde01397a2 Mon Sep 17 00:00:00 2001 From: deespe <> Date: Tue, 11 Oct 2016 11:57:49 +0000 Subject: [PATCH] 98_Hyperion: fix for Hyperion_GetConfigs git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12326 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_Hyperion.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FHEM/98_Hyperion.pm b/FHEM/98_Hyperion.pm index 63e605579..a0f960f2d 100644 --- a/FHEM/98_Hyperion.pm +++ b/FHEM/98_Hyperion.pm @@ -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 {