A golang library to scan and control Belkin devices, such as the WeMo Maker, WeMo Insight
##Documentation See godoc
##Support This library has only been tested against:
- WeMo Maker
- WeMo Insight Switch
It may work for the other devices, but has not been tested against them.
##Installation
go get github.com/go-home-iot/belkin##Package
import "github.com/go-home-iot/belkin"##Testing Run the unit tests to talk to actual devices. The tests assume that you have real devices connected to the local network that can be used during testing
go testor for more detailed responses from the devices
go test -v##Version History ###0.2.0 Added support for GetBinaryState and GetAttributes calls ###0.1.0 Initial release, support for scanning for belkin devices and TurnOn/TurnOff