jasonacox / tinytuya

Python API for Tuya WiFi smart devices using a direct local area network (LAN) connection or the cloud (TuyaCloud API).
MIT License
1.01k stars 177 forks source link

Added support to get the MAC address and local IP address in the Wizard #120

Closed frodeheg closed 2 years ago

frodeheg commented 2 years ago

IP address and MAC address support as promised.

jasonacox commented 2 years ago

Thanks @frodeheg - what PyPI modules (pip install) did you use for these new imports?

frodeheg commented 2 years ago

pip install netifaces pip install python-nmap pip install getmac