Skip to content

VeSync API Wrapper in Python. Used by EtekCity Smart Wifi Outlets.

License

Notifications You must be signed in to change notification settings

tylergets/python-vesync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vesync API in Python

Adds functions to interface with the Vesync API for Etekcity Smart Wifi Outlets.

This library allows you to get a list of devices and turn them on or off

Usage

from vesync.api import VesyncApi
api = VesyncApi("USERNAME","PASSWORD")
print(api.get_devices())
api.turn_on("DEVICE_ID")
api.turn_off("DEVICE_ID")

Contributions

Pull requests are welcome.

Disclaimer

Not affiliated with the Etekcity Corporation.

About

VeSync API Wrapper in Python. Used by EtekCity Smart Wifi Outlets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages