How to read RSSI from the AT-Command AS?

The Xbee module is in API mode running on firmware 802.15 TH. I want to get the RSSI of another xbee device configured in the same way.

I open up a terminal and run the xbee_term sample file and enter:

+++
OK (reply from Xbee)

ATAS
(Reply from Xbee follow:)
0000000000000000
3332
02
0C
00
00
00
4FF
F
00
2C
000028

(I press )
0000000000006FCB
25F9
02
(I press
0F
00
00
00
8FFF
00
4F
000029
(I press )
00000000
0000FF3B
25F9
02
0F
00
00
00
8FFF
00
41

00002A

We are trying to read out the RSSI to the other device, what parameter corresponds to the RSSI in -dB?

Thanks in advance! :slight_smile: