From dd1cf84952f7e02e73ea31fc99b1b8c382c587d2 Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Tue, 31 Dec 2013 11:25:01 +0000 Subject: [PATCH] reread config if product code is received git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4517 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/34_SWAP.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FHEM/34_SWAP.pm b/FHEM/34_SWAP.pm index 56e7349be..495374b84 100755 --- a/FHEM/34_SWAP.pm +++ b/FHEM/34_SWAP.pm @@ -932,6 +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, "statusRequest" ) if( $first ); }