Zigbee Network Processor wrapper written in TypeScript
- Make sure you have
node
installed. - Clone this repo locally.
- Preform
npm i
. - Make sure CC2531-ZNP slick is attached to USB.
- Put correct serial port path in line 5 in
example.ts
file. - Run
npx ts-node example.ts
. It will start blinking with LEDs installed on the ZNP stick.