[insteon] Fixed status updates not getting published for some polled devices (#9110)
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
This commit is contained in:
parent
d13e41ddb1
commit
4911fd0c4a
@ -468,7 +468,7 @@ public class InsteonDevice {
|
|||||||
// mark feature as pending
|
// mark feature as pending
|
||||||
qe.getFeature().setQueryStatus(DeviceFeature.QueryStatus.QUERY_PENDING);
|
qe.getFeature().setQueryStatus(DeviceFeature.QueryStatus.QUERY_PENDING);
|
||||||
// also mark this queue as pending so there is no doubt
|
// also mark this queue as pending so there is no doubt
|
||||||
featureQueried = qe.getFeature();
|
this.featureQueried = qe.getFeature();
|
||||||
} else {
|
} else {
|
||||||
logger.debug("qe taken off bcast: {} {}", qe.getFeature(), qe.getMsg());
|
logger.debug("qe taken off bcast: {} {}", qe.getFeature(), qe.getMsg());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user