akkudoktoreos.server.dash.configuration.get_config
- akkudoktoreos.server.dash.configuration.get_config(eos_host: str, eos_port: str | int) dict[str, Any]
Fetch 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 dict of configuration data.
- Return type:
dict[str, Any]