cc-znp
cc-znp copied to clipboard
The interface for a host to communicate with TI CC253X Zigbee Network Processor(ZNP) over a serial port.
I'm getting this error from something on my ZigBee network: ``` cc-znp Error: Unrecognized command cc-znp at new ZpiObject (/opt/zigbee2mqtt/node_modules/cc-znp/lib/zpiObject.js:37:15) cc-znp at CcZnp._parseMtIncomingData (/opt/zigbee2mqtt/node_modules/cc-znp/lib/ccznp.js:325:18) cc-znp at Unpi.parseMtIncomingData (/opt/zigbee2mqtt/node_modules/cc-znp/lib/ccznp.js:92:18) ``` where...
sorry to write here.... Could you tell me how to use cc-znp with zcl-packet ? Cause I didn't see any example.....
I update the packages to support the latest versions of node. I also add travis checks for newer versions of node.
This was (inadvertently?) introduced in commit 68d57b6f00be88db31824675e48797faebee1ceb
**ZigBee MT Cmd**: AF_INCOMING_MSG_EXT **cc-znp msg.ind**: incomingMsgExt Check the argument `len`. If a large data length causes the MT command to exceed MT_RPC_DATA_MAX, then zero bytes of the data shall...