velocityzen / homebridge-platform-zwave

Homebridge Platform for Z-Wave nodes. Deprecated! Use node-red instead.
MIT License
13 stars 6 forks source link

Fixed typos in platform/index.js #3

Closed shnhrrsn closed 4 years ago

shnhrrsn commented 4 years ago

Fairly straight forward PR to fix a few typos.

The onConstroller => onController typos aren’t a big deal since they’re consistent, but I ran into some trouble during setup with the disconect => disconnect typo eating the real error.

MartinNuc commented 4 years ago

@velocityzen can we merge this?