Skip to content
New issue

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

Fix scanner IP address binding when netifaces/psutil are not available #519

Merged
merged 6 commits into from
Jul 20, 2024

Conversation

uzlonewolf
Copy link
Collaborator

@uzlonewolf uzlonewolf commented Jul 8, 2024

Title.

Closes #516
Also closes #522

@@ -23,8 +23,7 @@ TinyTuya can also connect to the Tuya Cloud to poll status and issue commands to
# Example Usage of TinyTuya
import tinytuya

d = tinytuya.OutletDevice('DEVICE_ID_HERE', 'IP_ADDRESS_HERE', 'LOCAL_KEY_HERE')
d.set_version(3.3)
d = tinytuya.Device('DEVICE_ID_HERE', 'IP_ADDRESS_HERE', 'LOCAL_KEY_HERE', version=3.3)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good with that too...

@jasonacox jasonacox merged commit 0cae224 into jasonacox:master Jul 20, 2024
16 checks passed
@jasonacox
Copy link
Owner

Thanks @uzlonewolf !

Tests looked good. Released as https://pypi.org/project/tinytuya/1.15.1/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

relax requirement for netifaces Protocol 3.5 Device Discovery Updates
2 participants