Fixed 0x24 - Position message report parsing
[Changelog] topflytech protocol
Added Detect ACC setting for TLD2-L devices
Fixed parsing of 4G-LTE LBS parameters
Parameter rename schedule: on November 5th array-type parameter ble.sensros will be renamed to ble.beacons. Inside each object of the array, the field mac will be renamed to id. Currently both ble.sensors and ble.beacons are registered. Switch your usage to ble.beacons, because ble.sensors will be removed.
Topflytech protocol is updated: fixed parsing of BLE Driver Identification Data Type field of BLE Message report (0x10)
- Edited
The OBDII DTC codes registration is planned to be changed. Currently, error codes are stored in the can.dtc parameter as an array of strings. To unify with other diagnostic protocol types, errors will be stored as an array of objects.
The changes will be applied in 2 weeks, on May 8, 2025.
For reference, two additional parameters have been added:
- can.dtc.strings - contains errors in the current format (will be removed in 1 month, on May 24, 2025)
- can.dtc.objects - contains errors in the new format (will be removed in 2 weeks, on May 8, 2025)
can.dtc.strings example:
["P0020","U0001"]
can.dtc.objects example:
[{"standard":"OBDII","code":"P0020"},{"standard":"OBDII","code":"U001"}]
YuryAheichyk changes applied, can.dtc array contain objects now.
For reference, two additional parameters added:
- can.dtc.strings - contains errors in the old format (will be removed on May 24, 2025)
- can.dtc.objects - contains errors in the new format (will be removed on May 24, 2025)
can.dtc.strings example:
["P0020","U0001"]
can.dtc.objects example:
[{"standard":"OBDII","code":"P0020"},{"standard":"OBDII","code":"U001"}]
Added 0x18 Alarm message report parsing
Added 0x16 Position message report parsing
YuryAheichyk changes applied, can.dtc.strings and can.dtc.objects parameters removed