brendan-w / python-OBD

OBD-II serial module for reading engine data
GNU General Public License v2.0
1.02k stars 360 forks source link

Could default unit be included in response #213

Open PedroC1999 opened 3 years ago

PedroC1999 commented 3 years ago

I am wondering if the default response object could include the "default" units to use alongside response.value.magnitude? i.e., a response of "92 kph" has a response,value.magnitude of 92, and a reponse.value.unit of "kph".