fixed pairing for swverision 01009914

git-svn-id: https://svn.fhem.de/fhem/trunk@5118 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2014-03-03 21:29:52 +00:00
parent 0b6b5ccc9c
commit bc56f274e6

View File

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