kk7ds / pynx584

Python library and server for talking to NX584/NX8E interfaces
GNU General Public License v3.0
29 stars 26 forks source link

Controller watchdog condition broken #68

Closed chrodriguez closed 2 years ago

chrodriguez commented 2 years ago

I've found that at controller.py:614 condition expresion will never met and so heartbeat action will never be executed: quiet_count will always be greater than zero after incrementing it. I'll write a fix so you can review it.