node-zwave-js
node-zwave-js copied to clipboard
feat: add Zniffer support
trafficstars
This PR adds support for communicating with a Zniffer. This is done via a new "driver" available via the Zniffer class.
TODO:
- [ ] code cleanup
- [x] option for selecting a default region
- [x] proper support for the different 500 series frequencies
- [ ] support for parsing FLiRS frames
- [x] storing and exporting captured frames
- [x] documentation
- [x] expose CRC errors
- [ ] disable strict validation (Entry Control CC etc.)