[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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