Closed ColinRobbins closed 2 years ago
The library sends messags to the Lightwave hub every 0.25s for reliabilty. However, it logs each failure as at the ERROR level. This patch loos this at INFO, and only logs the error after the entire loop fails.
I can't test the changes as I no longer have any LightWave devices.
The library sends messags to the Lightwave hub every 0.25s for reliabilty. However, it logs each failure as at the ERROR level. This patch loos this at INFO, and only logs the error after the entire loop fails.