2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

30_HUEBridge.pm: try to autocreate unknown lights

git-svn-id: https://svn.fhem.de/fhem/trunk@25678 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2022-02-14 19:06:25 +00:00
parent 176769c5f7
commit cd7ea1e5f2

View File

@ -2764,6 +2764,8 @@ HUEBridge_dispatch($$$;$)
} elsif( !$hash->{helper}{ignored}{$code} && !AttrVal($name, 'ignoreUnknown', undef) ) { } elsif( !$hash->{helper}{ignored}{$code} && !AttrVal($name, 'ignoreUnknown', undef) ) {
Log3 $name, 3, "$name: EventStream: update for unknown device received: $code"; Log3 $name, 3, "$name: EventStream: update for unknown device received: $code";
HUEBridge_schedule($hash,'HUEBridge_Autocreate');
} }
} }