Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (34 loc) · 1.12 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.12 KB

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