[epsonprojector] reset ready flag on disconnect (#9770)

Signed-off-by: Weisser, Matthias <matthias.weisser@onsol.de>
This commit is contained in:
mwe
2021-01-15 14:57:52 +01:00
committed by GitHub
parent acc5eb911c
commit f3f957e3bd

View File

@@ -210,6 +210,7 @@ public class EpsonProjectorDevice {
if (timeoutJob != null) {
timeoutJob.cancel(true);
this.timeoutJob = null;
ready = true;
}
}