This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652R: Z-Stack: How to send group command to 0xFFFF (sleeping end devices)?

Part Number: CC2652R
Other Parts Discussed in Thread: Z-STACK

I'm running a firmware with "#define MULTICAST_ENABLED FALSE". 

To send commands to e.g. group 1  I call afDataRequestExtended with the following parameters:

dstaddrmode: addrModeGroup,
dstaddr: 0x0000000000000001,
destendpoint: 0xFF,
dstpanid: 0x00,
srcendpoint: 0x01,
clusterid: not relevant,
transid: not relevant,
options: 0,
radius: 30,
len: not relevant,
data: not relevant
This sends out the following command with destination 0xFFFD
Now I want to send the same command to destination: 0xFFFF, is this possible?
Use case:
Control IKEA Fyrtur blinds through group commands, the remote included with them is able to send group commands to 0xFFFF and we want to do the same from the Z-Stack adapter.