akkudoktoreos.server.dash.plan.Plan
- akkudoktoreos.server.dash.plan.Plan(eos_host: str, eos_port: str | int, data: dict | None = None) -> functools.partial(<function ft at 0x78964cd97ce0>, 'div', void_=False)
Generates the plan dashboard layout.
- Parameters:
eos_host (str) – The hostname of the EOS server.
eos_port (Union[str, int]) – The port of the EOS server.
data (Optional[dict], optional) – Incoming data to trigger plan actions. Defaults to None.
- Returns:
A Div component containing the assembled admin interface.
- Return type:
Div