PDA

View Full Version : ACT_TIMER to Set messages


nic123
July 5th, 2006, 09:51 PM
Hello

There is something strange with the act_timer response, the packet diagram and the text shows that the ack_timer will always have a command class of GET_COMMAND_RESPONSE. What should happen if the ack timer is for a set command ?

Nic
www.enttec.com

sblair
July 5th, 2006, 11:10 PM
Nic,

The examples were all done using GET_COMMAND message transactions but from Table 6-7 you'll see that ACK_TIMER is valid for SET_COMMAND_RESPONSE messages as well.

The Command Class Response should always be a mirror of what it received. i.e. SET_COMMAND will always be a SET_COMMAND_RESPONSE, GET_COMMAND will have GET_COMMAND_RESPONSE and DISCOVERY_COMMAND a DISCOVERY_COMMAND_RESPONSE.

I can't think of any case where we break that symmetry.