renault-api
renault-api copied to clipboard
Plug state and Charging state not displaying correctly in CLI
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
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