Skip to content

Commit

Permalink
Fix sticky appliance ID (openhab#16521)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
  • Loading branch information
jlaur authored and joni1993 committed Oct 15, 2024
1 parent 5e7326b commit 397d925
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public void dispose() {
if (bridgeHandler != null) {
bridgeHandler.unregisterApplianceStatusListener(applianceId, this);
}
applianceId = null;
this.applianceId = null;
}
startTimeStabilizer.clear();
finishTimeStabilizer.clear();
Expand Down

0 comments on commit 397d925

Please sign in to comment.