You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the ZigBeeCoordinatorHandler the order of initializing the ZigbeeNetworkManager and adding extensions to it has to be changed, because is is now checked that the network is in INITIALIZING state before adding extensions:
In the
ZigBeeCoordinatorHandler
the order of initializing theZigbeeNetworkManager
and adding extensions to it has to be changed, because is is now checked that the network is inINITIALIZING
state before adding extensions:org.openhab.binding.zigbee/org.openhab.binding.zigbee/src/main/java/org/openhab/binding/zigbee/handler/ZigBeeCoordinatorHandler.java
Lines 407 to 440 in 9d4c1ac
The same applies if we want to add all supported clusters to the network manager, this has to be done AFTER initializing the network manager as well.
The text was updated successfully, but these errors were encountered: