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> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
db2451abb1
commit
f3bf285b85
@ -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