[insteon] Fixed status updates not getting published for some polled devices ()

Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
This commit is contained in:
robnielsen 2020-11-23 17:12:25 -06:00 committed by GitHub
parent d13e41ddb1
commit 4911fd0c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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());
}