Receive Option from Explicit RX indicator in XCTU Program

I use Xbee Pro S2C as Coordinator and Connecting it with Temperature Sensor (Aqara).
And then I use XCTU program to display the frame log.
I receive the data from this device, the data is
7E 00 1A 91 00 15 8D 00 04 88 A2 CF 0D E2 01 01 04 02 01 04 00 18 35 0A 00 00 29 E8 0A 61
The problem is –> The Receive Option is 0x00 as you can see from frame detail
but in the datasheet of Xbee/Xbee-Pro S2C the receive option is
0x01 – Packet Acknowledged
0x02 – Packet was a broadcast packet
0x20 – Packet encrypted with APS encryption

and I cant read the RF data / I mean it is a strange character ( such as 5)è )

please help me. Thank you for your Suggestion

Explicit RX Indicator (API 1)

7E 00 1A 91 00 15 8D 00 04 88 A2 CF 0D E2 01 01 04 02 01 04 00 18 35 0A 00 00 29 E8 0A 61

Start delimiter: 7E
Length: 00 1A (26)
Frame type: 91 (Explicit RX Indicator)
64-bit source address: 00 15 8D 00 04 88 A2 CF
16-bit source address: 0D E2
Source endpoint: 01
Destination endpoint: 01
Cluster ID: 04 02
Profile ID: 01 04
Receive options: 00
RF data (HEX): 18 35 0A 00 00 29 E8 0A
RF data (ASCII): 5

thank you mr.mvut
why RF data(ASCII) is 5.
how can you decrypt the rf data to the real measurement?

That is just a matter of converting the Hex to ascii.