2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

fixed getConfig loop

git-svn-id: https://svn.fhem.de/fhem/trunk@4528 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2014-01-02 12:35:19 +00:00
parent 58687b48f7
commit e3ac07a6c0

View File

@ -932,7 +932,7 @@ SWAP_Parse($$)
$rhash->{product} = $products->{$productcode} if( defined($productcode) && defined($products->{$productcode} ) );
SWAP_Set( $rhash, $rname, "getConfig" ) if( !$first );
#SWAP_Set( $rhash, $rname, "getConfig" ) if( !$first );
SWAP_Set( $rhash, $rname, "statusRequest" ) if( $first );
}