akkudoktoreos.server.dash.configuration.Configuration
- akkudoktoreos.server.dash.configuration.Configuration(eos_host: str, eos_port: str | int, configuration: list[dict] | None = None) -> functools.partial(<function ft at 0x78964cd97ce0>, 'div', void_=False)
Create a visual representation of the configuration.
- Parameters:
eos_host (str) – The hostname of the EOS server.
eos_port (Union[str, int]) – The port of the EOS server.
configuration (Optional[list[dict]]) – Optional configuration. If not provided it will be retrievd from EOS.
- Returns:
Rows of configuration details.
- Return type:
rows