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.
Basic example of package usage can be found in the example
application.(https://github.com/forfuncsake/smartswitch/tree/master/cmd/example).
godoc can be found here: https://godoc.org/github.com/forfuncsake/smartswitch
Feedback, Issues and PRs are all welcome!