mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
Fix sticky appliance ID (#16521)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
696306dc2c
commit
2b6890b97c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user