GeoffAtHome / lightwave

Reliable communication to LightwaveRF hub.
MIT License
1 stars 4 forks source link

Improved Error Handling #7

Closed ColinRobbins closed 2 years ago

ColinRobbins commented 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.

GeoffAtHome commented 2 years ago

I can't test the changes as I no longer have any LightWave devices.