OpenWonderLabs / homebridge-switchbot

The Homebridge SwitchBot plugin allows you to access your SwitchBot Device(s) from HomeKit. Homebridge.
https://openwonderlabs.github.io/homebridge-switchbot/
ISC License
239 stars 51 forks source link

Remove repetitive logging #1001

Closed dnicolson closed 2 months ago

dnicolson commented 2 months ago

:recycle: Current situation

Advertising data is logged repetitively with standard logging.

:bulb: Proposed solution

Remove the logging because this information is already logged with debug logging.

donavanbecker commented 2 months ago

Thanks