Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the tag is configured in the MikroTik format, the payload's 14th and 15th octets indicate the temperature that was "sensed" at the moment of the broadcast:

15ff4f09010032a500000000ffff 5019 bd5954000061


Info
titleInfo

Please note that all multi-byte values are in little-endian.


All multi-byte values are in little-endian. Meaning, if, for example, you want to get the temperature value and #14 and #15 octets indicate the temperature as "a1 19" → the real temperature value is going to be (0x19a1)/256 = 25.6 C.