akkudoktoreos.server.dash.configuration.ConfigKeyUpdate

akkudoktoreos.server.dash.configuration.ConfigKeyUpdate(eos_host: str, eos_port: str | int, key: str, value: str) -> functools.partial(<function ft at 0x78964cd97ce0>, 'p', void_=False)

Update configuration key and 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.

  • key (str) – configuration key in dot notation

  • value (str) – configuration value as json string

Returns:

Rows of configuration details.

Return type:

rows