akkudoktoreos.server.dash.configuration

Functions

ConfigPlanesCard(config_name, config_type, ...)

Creates a styled configuration card for PV planes.

Configuration(eos_host, eos_port, data)

Create a visual representation of the configuration.

create_config_details(model, values[, ...])

Generate configuration details based on provided values and model metadata.

get_config(eos_host, eos_port)

Fetch configuration data from the specified EOS server.

get_default_value(field_info, regular_field)

Retrieve the default value of a field.

get_deprecated(subfield_info, extra)

Fetch deprecated.

get_description(subfield_info, extra)

Fetch description.

get_field_extra_dict(subfield_info)

Extract json_schema_extra.

get_nested_value(dictionary, keys[, default])

Retrieve a nested value from a dictionary or list using a sequence of keys.

resolve_nested_types(field_type, parent_types)

Resolve nested types within a field and return their structure.