sbidy / pywizlight

A python connector for WiZ devices
MIT License
463 stars 79 forks source link

Question: simple script #146

Closed Vanquished79 closed 2 years ago

Vanquished79 commented 2 years ago

Im new to linux and not very versed in coding im able to use the cli to turn on and off the light but is there a simple way to run like a light.sh script and toggle the light each time its run ?

thanks kindly

sbidy commented 2 years ago

If you install the package via pip. After that you can run wizlight on <bulb+ip>

Check wizlight --help

Vanquished79 commented 2 years ago

Thank you for the reply