renault-api icon indicating copy to clipboard operation
renault-api copied to clipboard

Plug state and Charging state not displaying correctly in CLI

Open TheBluProject opened this issue 4 years ago • 1 comments

Hi, Instead of displaying the actual verbal status it displays enums:

Plug state PlugState.UNPLUGGED Charging state ChargeState.NOT_IN_CHARGE

instead of:

Plug state Unplugged Charging state Not charging

TheBluProject avatar Feb 03 '21 09:02 TheBluProject

This would have to be specific to the CLI, and would involve providing some hard-coded default values (maybe overridable based on locale) I'm open to PR

epenet avatar Feb 03 '21 10:02 epenet