Temperature reading payload

Does anyone know what the actual payload is for this command configureReporting(0x0402, 0x0000, 0x29, 30, 3600, 0x0064)?
I know that x0402 is the cluster for temperature measurement, x0000 is the attribute ID, x29 is the datatype, 30 and 3600 is the min and max times in seconds for temperature report and x0064 is the reportable change.
Since I am trying to control this with xbee, should the payload be like 00 00 29 1E 3C 00 64?

2 Likes