SphtKr / homebridge-zway

Homebridge plugin for (better) HomeKit support of RaZBerry and Z-Way Server
ISC License
85 stars 37 forks source link

Update to latest alpha? #37

Closed DJay-X closed 8 years ago

DJay-X commented 8 years ago

I'm sure I'm doing something wrong. How can I update to the latest alpha? sudo npm install --unsafe-perm -g homebridge-zway This brings always 0.4.0 Sorry to bother and thx in advance for the help.

pi@raspberrypi / $ npm list homebridge-zway -g /usr/local/lib └── homebridge-zway@0.4.0

pi@raspberrypi / $ npm info homebridge-zway version 0.5.0-alpha3

SphtKr commented 8 years ago

This should do it:

npm install -g homebridge-zway@0.5.0-alpha3

(Though I guess you also need --unsafe-perm for your installation...I won't put it in the snippet above in case someone else comes along and just copy-pastes it in)

DJay-X commented 8 years ago

That's it. Great. Thanks a lot.