]> git.basschouten.com Git - openhab-addons.git/commitdiff
[insteon] Fixed status updates not getting published for some polled devices (#9110)
authorrobnielsen <rob.nielsen@yahoo.com>
Mon, 23 Nov 2020 23:12:25 +0000 (17:12 -0600)
committerGitHub <noreply@github.com>
Mon, 23 Nov 2020 23:12:25 +0000 (00:12 +0100)
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
bundles/org.openhab.binding.insteon/src/main/java/org/openhab/binding/insteon/internal/device/InsteonDevice.java

index c101e54f30c825ff463474b193c36eb6c54ad8c5..ef0aff209acab1d79c2b31c31c24c1d2d3c66d88 100644 (file)
@@ -468,7 +468,7 @@ public class InsteonDevice {
                 // mark feature as pending
                 qe.getFeature().setQueryStatus(DeviceFeature.QueryStatus.QUERY_PENDING);
                 // also mark this queue as pending so there is no doubt
-                featureQueried = qe.getFeature();
+                this.featureQueried = qe.getFeature();
             } else {
                 logger.debug("qe taken off bcast: {} {}", qe.getFeature(), qe.getMsg());
             }