akkudoktoreos.server.dash.configuration.get_configuration

akkudoktoreos.server.dash.configuration.get_configuration(eos_host: str, eos_port: str | int) list[dict]

Fetch and process configuration data from the specified EOS server.

Parameters:
  • eos_host (str) – The hostname of the EOS server.

  • eos_port (Union[str, int]) – The port of the EOS server.

Returns:

A list of processed configuration entries.

Return type:

List[dict]