Reinitialize properties after configuration change (#13592)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen 2022-10-23 22:07:14 +02:00 committed by GitHub
parent 42d93c3b97
commit 671d2de9b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -692,6 +692,7 @@ public class HueBridgeHandler extends ConfigStatusBridgeHandler implements HueCl
localServiceRegistration.unregister();
serviceRegistration = null;
}
propertiesInitializedSuccessfully = false;
}
@Override