Project Retired, Use ouimeaux
This project is now considered retired. Future development of this package is made obselete by ouimeaux
pip3 install wemo
sudo -H pip3 install wemo
sudo pip3 install wemo
import wemo
bedroom = wemo.switch('192.168.1.72')
bedroom.enable()
output
1 # The status of the light
Any requirements will automatically be installed using the aforementioned installation method
To install any modules use pip3 install (module)
- requests