[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) {
|
if (timeoutJob != null) {
|
||||||
timeoutJob.cancel(true);
|
timeoutJob.cancel(true);
|
||||||
this.timeoutJob = null;
|
this.timeoutJob = null;
|
||||||
|
ready = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user