We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whenever I call Switchbot.update(), press(), or turn_on() it logs the following twice:
No advertisement data to update NoneType: None
I traced it to here:
pySwitchbot/switchbot/devices/device.py
Lines 644 to 646 in 31e2381
But I'm not sure of the fix. There is a failed check on advertising data but that seems intentional because of:
Lines 831 to 836 in 31e2381
The return of None and Logger.exception() seem erroneous but maybe something higher up is the better fix.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Whenever I call Switchbot.update(), press(), or turn_on() it logs the following twice:
I traced it to here:
pySwitchbot/switchbot/devices/device.py
Lines 644 to 646 in 31e2381
But I'm not sure of the fix. There is a failed check on advertising data but that seems intentional because of:
pySwitchbot/switchbot/devices/device.py
Lines 831 to 836 in 31e2381
The return of None and Logger.exception() seem erroneous but maybe something higher up is the better fix.
The text was updated successfully, but these errors were encountered: