{
  "service": "CoolR WebSocket Server",
  "version": "2.0.0",
  "framework": ".NET 10.0 with Native AOT",
  "description": "Standalone WebSocket server for real-time device communication",
  "endpoints": {
    "websocket": [
      "/id/{deviceId} - Primary WebSocket endpoint for devices",
      "/server/{cmdId}/{isFromScheduler} - Server command injection endpoint",
      "/ - Default WebSocket endpoint"
    ],
    "http": [
      "GET /health - Health check and statistics",
      "GET / - This information page"
    ]
  },
  "status": {
    "activeConnections": 0,
    "uniqueClients": 0,
    "uptime": "42.15:17:41"
  }
}