api.calibration¶ get_routes ¶ get_routes() -> list[BaseRoute] Get routes for calibration WebSocket endpoint. Source code in src/holmes/api/calibration.py 25 26 27 28 29def get_routes() -> list[BaseRoute]: """Get routes for calibration WebSocket endpoint.""" return [ WebSocketRoute("/", endpoint=_websocket_handler), ]