fixed pairing for swverision 01009914

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5118 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2014-03-03 21:29:52 +00:00
parent 24d4812106
commit 635b189168

View File

@@ -131,7 +131,7 @@ sub HUEBridge_OpenDev($)
return undef;
}
if( !defined($result->{'mac'}) )
if( !defined($result->{'linkbutton'}) )
{
HUEBridge_Pair($hash);
return;