How to Update
Updated February 7, 2022 by ShaquuHow to update NRCHKB node
A new version has been released, and you would like to upgrade? There are at least two ways to do that!
Inside Node-RED
- In the Node-RED UI, click on the menu at the top right.
- Go to
Manage Palette
. - Research
node-red-contrib-homekit-bridged
and clickUpdate
.
Manually
- Stop
node-red
cd ~/.node-red
npm i node-red-contrib-homekit-bridged@latest
- Start
node-red