mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
Fix sticky appliance ID (#16521)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
+1
-1
@@ -193,7 +193,7 @@ public abstract class MieleApplianceHandler<E extends Enum<E> & ApplianceChannel
|
||||
if (bridgeHandler != null) {
|
||||
bridgeHandler.unregisterApplianceStatusListener(applianceId, this);
|
||||
}
|
||||
applianceId = null;
|
||||
this.applianceId = null;
|
||||
}
|
||||
startTimeStabilizer.clear();
|
||||
finishTimeStabilizer.clear();
|
||||
|
||||
Reference in New Issue
Block a user