baja Bugfix remastered: driver IDs are reported spited for 2 IDs, so we've remastered the parsing to combine driver.id together into parameters
tacho.fms.driver.id.1 (IDs 155, 156) and tacho.fms.driver.id.2 (IDs 157, 158)
With this bugfix we also announce another bugfix:
IDs 123, 124 and 125 together form field Can Vehicle ID, which we stored as vehicle.vin incorrectly parsed, which is not correct, so the new combined parameter will be named can.vehicle.id
IDs 152, 153 and 154 together form field Tacho Vehicle ID, which was also stored as vehicle.vin, it will be stored as tacho.vehicle.id
IDs 104, 105 and 106 together form VIN string stored at vehicle.vin parameter, parasing has been fixed, as ASCII conversion was incorrect.
Parameter gsm.network.state (ID 763) remastered to gsm.state.enum (raw value) and gsm.state.enum.description:
0="Not registered, not searching"
1="Registered, home"
2="Not registered trying to attach"
3="Reg. denied"
4="Unknown"
5="Registered, roaming"