OpenZWave / open-zwave

a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
http://www.openzwave.net/
GNU Lesser General Public License v3.0
1.05k stars 918 forks source link

fix polling intensity #2643

Open braathwaate opened 1 year ago

braathwaate commented 1 year ago

Polling intensity did not work because the code simply pushed the item having intensity back onto the queue, and the continuing code just pulled it off the queue again without any wait until the count was exhausted.