WeMote is a remote app for the Pebble Smartwatch to flip your WeMo switches from your wrist.
It requires the Ouimeaux REST API running on a computer on the network to be able to work. An update in the future may remove this requirement.

Running Ouimeaux REST API
- Following instructions here to install Ouimeaux.
- Run `wemo server` in terminal to start the webserver. (pro-tip: run it in a `tmux` or a `screen` session)
- Note down this computers' local IP address as that's what you'll enter in the configuration page.
The source code is available here: https://github.com/Neal/WeMote
Available on the Pebble appstore!
Or download pbw from here: https://github.com/Neal/WeMote/releases
~Neal