Skip to content
#

charging-stations

Here are 24 public repositories matching this topic...

EVMap
johan12345
johan12345 commented Oct 9, 2021

For some types of filter options it might not be immediately obvious what they do to people that are not EV enthusiasts. Or, their implementation may have some non-obvious peculiarities (e.g. if the GoingElectric data is filtered by category, chargers that do not have any category assigned will be excluded).

So it might be helpful to add a more elaborate help text that can be viewed with a hel

lorenzodonini
lorenzodonini commented Nov 23, 2020

Follow-up to #40

Errors sent over the errC channels in WsServer and WsClient are currently basic errors.

In some cases errors should be structs, containing some additional info, such as:

  • client ID
  • operation? (ping, write, close, ...)

Any struct will still be sent as an error, therefore not breaking the API. Channel consumers, however, may optionally perform type assertion and

good first issue

Improve this page

Add a description, image, and links to the charging-stations topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the charging-stations topic, visit your repo's landing page and select "manage topics."

Learn more