TuyaAPI / cli

🔧 A CLI for Tuya devices
MIT License
266 stars 43 forks source link

Add support for passing IP Address. Mandatory on command-line. #7

Closed rubyjedi closed 5 years ago

rubyjedi commented 5 years ago

'Could not get this CLI to work in my environment without adding support to pass the IP Address to TuyAPI.

codetheweb commented 5 years ago

👍 thanks. Just slightly tweaked it so it's still possible to leave out the IP and have TuyAPI auto discover it. Look good?

rubyjedi commented 5 years ago

Looks good. Added your block for the case where both params are passed, and fixed up to make Travis happy.

codetheweb commented 5 years ago

Thanks. Merged, will release in the next few minutes.