Homebridge NB Tools
npm install hb-nb-toolsThis repository provides a standalone installation of the command-line tools from Homebridge NB:
Tool | Description
--------- | -----------nb | Interact with Nuki bridge from command line.
Each command-line tool takes a -h or --help argument to provide a brief overview of its functionality and command-line arguments.
$ sudo npm -g i hb-nb-tools
`
Homebridge NB Tools uses sodium-plus for encrypted tokens.
This optional dependency contains C++ modules, that might need to be compiled on installation.
In case you want to install Homebridge NB Tools on a system that doesn't include the build tools needed for this, you might need to skip installation of sodium-plus by
`
$ sudo npm -g i hb-nb-tools --omit=optional
`
Homebrdige NB Tools reverts to hashed tokens when sodium-plus` isn't installed.