openhab / org.openhab.binding.zigbee

openHAB binding for ZigBee
Eclipse Public License 2.0
73 stars 111 forks source link

Avoid running multiple polling threads per device #693

Closed cdjackson closed 2 years ago

cdjackson commented 2 years ago

As discussed in #389 we should avoid having multiple polling threads running at once. This simply changes to use the scheduleWithFixedDelay method. Signed-off-by: Chris Jackson chris@cd-jackson.com