OpenWonderLabs / node-switchbot

The node-switchbot is a Node.js module which allows you communicate with SwitchBot Devices over BLE or OpenAPI
https://openwonderlabs.github.io/node-switchbot/
ISC License
71 stars 25 forks source link

Change scanning log level #266

Closed dnicolson closed 1 week ago

dnicolson commented 1 week ago

:recycle: Current situation

Scanning logging now occurs every few minutes, which seems excessive.

:bulb: Proposed solution

Change the logging level so important logging messages are visible.

One could argue this could also be handled in the https://github.com/OpenWonderLabs/homebridge-switchbot/ project.

donavanbecker commented 1 week ago

Thanks!