Dear Suhaib,
Please check in the App_LightTemperatureOcupancySensor.c the following function:

There you can find the temperature, check if your code enter this function. Also you'll need to add the following lines to the makefile:
CFLAGS += -DDEBUG_LIGHT_TEMP_OCC_SENSOR
APPSRC += App_LightTemperatureOccupancySensor.c
This to enable this print in the debug console.
The message you mention is only the MCU status. In this case the handler is from the sleep mode. The MCU only is going to sleep at time intervals.
But I don't think that you're sending any message to your coordinator yet. Please check in the JN-AN-1220-ZigBee-3-0-Sensors the finding and binding section, after binding the nodes, the temperature will be reported to the node at a certain interval. After that you will need to locate where the package is received in the control bridge example.
You'll need to download the JN-AN-1216, this project is the control bridge. There, after you bind the coordinator and the end device you'll start receiving the messages in the coordinator console.
I hope this helps you.
Best Regards,
Alexis Andalon