The process of processing parameters by the plugin is changed.
In accordance with the changes related to the registration of DTC parameters throughout the platform, the operation of the plugin has also been changed. Now the plugin accepts only an array of DTC codes as input, for example:
can.dtc: ["P0068", "P0507"]
Parameters with a description of the codes will be registered at the output, for example:
can.dtc.P0068.description: "MAP/MAF - Throttle Position Correlation"
can.dtc.P0507.description: "Idle Air Control System RPM Higher Than Expected"
If the description is not found, the parameter value will be Unknown, for example:
can.dtc.P0507.description: "Unknown"