From f737a197a6646d8bf73efab53f84f805897cc21a Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Thu, 2 Jan 2014 12:35:19 +0000 Subject: [PATCH] fixed getConfig loop git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4528 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/34_SWAP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/34_SWAP.pm b/FHEM/34_SWAP.pm index 495374b84..9d114d581 100755 --- a/FHEM/34_SWAP.pm +++ b/FHEM/34_SWAP.pm @@ -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 ); }