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
from vesync.api import VesyncApi
api = VesyncApi("USERNAME","PASSWORD")
print(api.get_devices())
api.turn_on("DEVICE_ID")
api.turn_off("DEVICE_ID")
Pull requests are welcome.
Not affiliated with the Etekcity Corporation.