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:
parent
176769c5f7
commit
cd7ea1e5f2
@ -2764,6 +2764,8 @@ HUEBridge_dispatch($$$;$)
|
||||
} elsif( !$hash->{helper}{ignored}{$code} && !AttrVal($name, 'ignoreUnknown', undef) ) {
|
||||
Log3 $name, 3, "$name: EventStream: update for unknown device received: $code";
|
||||
|
||||
HUEBridge_schedule($hash,'HUEBridge_Autocreate');
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user