akkudoktoreos.server.eos.fastapi_config_put

akkudoktoreos.server.eos.fastapi_config_put(settings: SettingsEOS) ConfigEOS

Update the current config with the provided settings.

Note that for any setting value that is None or unset, the configuration will fall back to values from other sources such as environment variables, the EOS configuration file, or default values.

Parameters:

settings (SettingsEOS) – The settings to write into the current settings.

Returns:

The current configuration after the write.

Return type:

configuration (ConfigEOS)