No and you typically don’t want to put the coordinator into sleep mode. When the queue packet command is used the coordinator will check to see if the endpoint is sleepy, and if it is not then it will send the message immediately. In other words, the ...
There is a single slot in the queue for each registered endpoint. Thus, multiple endpoints may have queued messages simultaneously, but only one message can be queued for each endpoint at any given time.
No we do not allow coordinators to dynamically change the listen window for endpoints. The reason for this is that a sleepy endpoint is typically battery powered and dynamically extending the listen window in the field could unexpectedly and ...
No, you can only queue one message at a time for a particular endpoint. Each endpoint has its own queue that is independent of the others. The purpose of the queued message is to immediately send a message to a sleepy endpoint when it has waken up ...