Capture at!gstatus? output

Hi, is there a way to capture at!gstatus? 's output, I want to get module’s temperature.

I want to send AT command by using adl_atCmdCreate(“at!gstatus?”, FALSE, ( adl_atRspHandler_t )my_handler, “*”, NULL )

Then in my_handler, processing the output.

Or is there other way of get module’s temperature?

Thanks

what about AT+WTEMP command??