peerList updat after reboot

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2651 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2013-02-05 19:02:26 +00:00
parent 472f5430e7
commit 15eb00629e

View File

@@ -255,6 +255,7 @@ CUL_HM_updateConfig($){
last; last;
} }
else{ else{
CUL_HM_ID2PeerList ($name,"",1);
} }
} }
} }