]> git.basschouten.com Git - openhab-addons.git/commitdiff
[epsonprojector] reset ready flag on disconnect (#9770)
authormwe <matthias.weisser@onsol.de>
Fri, 15 Jan 2021 13:57:52 +0000 (14:57 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Jan 2021 13:57:52 +0000 (14:57 +0100)
Signed-off-by: Weisser, Matthias <matthias.weisser@onsol.de>
bundles/org.openhab.binding.epsonprojector/src/main/java/org/openhab/binding/epsonprojector/internal/EpsonProjectorDevice.java

index 2a5c0975f72aa45e648eeef089ba04adf65e7d41..8e8651280743bd303bc72a03f05b1b365e81e6fa 100644 (file)
@@ -210,6 +210,7 @@ public class EpsonProjectorDevice {
         if (timeoutJob != null) {
             timeoutJob.cancel(true);
             this.timeoutJob = null;
+            ready = true;
         }
     }