mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[epsonprojector] reset ready flag on disconnect (#9770)
Signed-off-by: Weisser, Matthias <matthias.weisser@onsol.de>
This commit is contained in:
parent
acc5eb911c
commit
f3f957e3bd
@ -210,6 +210,7 @@ public class EpsonProjectorDevice {
|
||||
if (timeoutJob != null) {
|
||||
timeoutJob.cancel(true);
|
||||
this.timeoutJob = null;
|
||||
ready = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user