Hello,
It might be a stupid question but I wonder if it is possible to use the ZCL generic command from the CLI to send ZDO commands? I tried it with the ieee_addr ZDO command but it didn't work, no response except for Done (and no errors).
// Device short address is 0x2605 // Endpoint 0 // Cluster id is 0x0001 (for the IEEE_addr_req command) // Profile is 0x0000 // Cmd_id and payload I don't really know what to use zcl cmd 0x2605 0 0x0001 -p 0x0000 0x00 -l 0x26050000
Is it even possible to do?
BR,