Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 867 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 867 Bytes

smartswitch

Package that provides a simple interface for any go app to emulate a Belkin Wemo switch. I built this to use in my garagedoor project, so that my Alexa devices could control my garage door over it's LAN-only API.

Usage

Basic example of package usage can be found in the example application.(https://github.com/forfuncsake/smartswitch/tree/master/cmd/example).

Documentation

godoc can be found here: https://godoc.org/github.com/forfuncsake/smartswitch

Contributions

Feedback, Issues and PRs are all welcome!

Build Status Go Report Card