sudo stop ninjablock
cd /opt/ninja/drivers
sudo rm -rf ninja-wemo
git clone https://github.com/stockmopar/ninja-wemo.git
cd ninja-wemo
sudo npm install
sudo start ninjablock
Changelog
0.0.6
- Added heartbeat update every 3 minutes
0.0.5
- Fix incompatibility with Node.JS 0.8
0.0.4
- Handle device IP:Port changes
- Faster default device state polling time (2 seconds)
- Support sensors as PIR devices
- Additional documentation to help driver writers
- Configurable device scan and poll times (in ms)
0.0.3
- Replaced the underlying library with "wemo".