akkudoktoreos.server.dash.admin.AdminConfig
- akkudoktoreos.server.dash.admin.AdminConfig(eos_host: str, eos_port: str | int, data: dict | None, config: dict[str, Any] | None) tuple[str, Card | list[Card]]
Creates a configuration management card with save-to-file functionality.
- Parameters:
eos_host (str) – The hostname of the EOS server.
eos_port (Union[str, int]) – The port of the EOS server.
data (Optional[dict]) – Incoming data containing action and category for processing.
- Returns:
A tuple containing the configuration category label and the Card UI component.
- Return type:
tuple[str, Union[Card, list[Card]]]