node-zwave-js icon indicating copy to clipboard operation
node-zwave-js copied to clipboard

Properly capture node response when it comes before the transmit report

Open AlCalzone opened this issue 3 years ago • 0 comments

2021-12-27T12:16:52.795Z DRIVER « [Node 080] [REQ] [ApplicationCommand]
                                  └─[VersionCCReport]
                                      library type:      Enhanced Slave
                                      protocol version:  4.38
                                      firmware versions: 0.48, 0.13
                                      hardware version:  1
2021-12-27T12:16:52.861Z SERIAL « 0x010700132500000ac4                                                 (9 bytes)
2021-12-27T12:16:52.862Z SERIAL » [ACK]                                                                   (0x06)
2021-12-27T12:16:52.863Z DRIVER « [REQ] [SendData]
                                    callback id:     37
                                    transmit status: OK
2021-12-27T12:17:02.875Z CNTRLR   [Node 080] Timed out while waiting for a response from the node (ZW0201)

AlCalzone avatar Dec 27 '21 16:12 AlCalzone