2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 08:11:44 +00:00

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:
justme-1968 2014-03-03 21:29:52 +00:00
parent 1e622fc60c
commit 5f802dfd54

View File

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