mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
While things can now be loaded even when the binding is not yet available, channel types for user defined channels could be not yet in the registry when these channels are first created. So when the binding is finally available, the thing is updated and user defined channels are now created again to retrieve properties from channel types. This fix avoids warnings at startup regarding missing channel types. Signed-off-by: Laurent Garnier <lg.hc@free.fr>