FreeDATA/freedata_server/api
Steve Pinkham f49e5076b3 fix: send_arq_raw referenced a command class that doesn't exist
command_arq_raw.SendARQRawCommand isn't defined anywhere; the class is
ARQRawCommand. The always-503 busy bug hid this AttributeError, so the
endpoint can never have worked end to end.
2026-07-12 12:38:16 -04:00
..
__init__.py
command_helpers.py Switched from editing `sys.path` to proper PEP8 imports 2025-11-13 19:49:38 +01:00
common.py Run `ruff format` 2025-11-13 15:53:43 +01:00
config.py Removed unused imports 2025-11-13 20:12:55 +01:00
devices.py Increased max line length to 120, reformatted everything 2026-01-10 19:11:26 +01:00
freedata.py Fixed other module's paths 2026-01-10 20:27:19 +01:00
general.py Switched from editing `sys.path` to proper PEP8 imports 2025-11-13 19:49:38 +01:00
modem.py fix: send_arq_raw referenced a command class that doesn't exist 2026-07-12 12:38:16 -04:00
radio.py Fixed `undefined name` errors (ruff F812) 2025-11-13 23:07:06 +01:00
websocket.py Increased max line length to 120, reformatted everything 2026-01-10 19:11:26 +01:00