/wemo

A Python API for Wemo switches

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Wemo

Build Status Documentation Status Release Beta

Project Retired, Use ouimeaux

This project is now considered retired. Future development of this package is made obselete by ouimeaux

Installation

Windows

pip3 install wemo

macOS

sudo -H pip3 install wemo

Linux

sudo pip3 install wemo

How-To Use

import wemo

bedroom = wemo.switch('192.168.1.72')
bedroom.enable()

output

1 # The status of the light

Requirements

Any requirements will automatically be installed using the aforementioned installation method

To install any modules use pip3 install (module)

  • requests