MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _normalize_config_keys

Method _normalize_config_keys

shared.py:861–867  ·  view source on GitHub ↗

Ensure legacy or malformed configuration keys are aligned with the current schema.

(self, config)

Source from the content-addressed store, hash-verified

859 "wardriving_gps_baudrate": 9600,
860 "wardriving_interfaces": [],
861 "wardriving_auto_export": True,
862 "wardriving_wigle_include_zigbee": False,
863 "wardriving_companion_roles": {},
864 "wardriving_device_name": "",
865 "wardriving_speed_unit": "kmh",
866 "wardriving_on_boot": False,
867 "piglet_core_mode": False,
868 "piglet_core_max_nodes": 4,
869
870 "__title_kiosk__": "On-screen Display (Kiosk)",

Callers 3

load_configMethod · 0.95
save_configMethod · 0.95
serve_current_configMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected