Hi all,
I was create a library for controlling WeMo Switch from computer.
Example:
WeMoController wemo = new WeMoController( _IP_ );
wemo.On();You must have a IP of WeMo Switch, you can find it by UPnP protocol or you will see it in your DHCP server.
In my repository is a PHP version too.