0x5e / homebridge-tuya-platform

Make homebridge-tuya-platform great again.
MIT License
206 stars 58 forks source link

Enabling debug config option does not enable debug in TuyaOpenMQ class #472

Open jimcrammond opened 2 weeks ago

jimcrammond commented 2 weeks ago

Prerequisite

Cache

Version

1.7.0-beta.53

Device Infomation JSON File

No response

Device Control Mode

None

Logs

No response

Other Infomations

In device/TuyaDeviceManager.ts, the constructor does not pass the debug parameter when calling new TuyaOpenMQ(). As a result, even when debug logging is turned on in the plugin config, the MQ messages are not printed.