{
  "id": "DAND5cANTS",
  "type": "pro",
  "label": "Turbo",
  "phases": [
    {
      "name": "Quick Wet",
      "pump": {
        "flow": 8,
        "target": "flow",
        "pressure": 2
      },
      "phase": "preinfusion",
      "valve": 1,
      "targets": [
        {
          "type": "volumetric",
          "value": 1,
          "operator": "gte"
        }
      ],
      "duration": 3,
      "transition": {
        "type": "ease-out",
        "adaptive": true,
        "duration": 1
      },
      "temperature": 0
    },
    {
      "name": "Short Bloom",
      "pump": {
        "flow": 2.5,
        "target": "flow",
        "pressure": 2
      },
      "phase": "preinfusion",
      "valve": 1,
      "targets": [
        {
          "type": "volumetric",
          "value": 2,
          "operator": "gte"
        }
      ],
      "duration": 4,
      "transition": {
        "type": "linear",
        "adaptive": false,
        "duration": 1
      },
      "temperature": 0
    },
    {
      "name": "Turbo Brew",
      "pump": {
        "flow": 0,
        "target": "pressure",
        "pressure": 6
      },
      "phase": "brew",
      "valve": 1,
      "targets": [
        {
          "type": "volumetric",
          "value": 36,
          "operator": "gte"
        }
      ],
      "duration": 25,
      "transition": {
        "type": "ease-in",
        "adaptive": false,
        "duration": 2
      },
      "temperature": 0
    }
  ],
  "description": "Turbo shot (fast, high pressure). Target ~1:2 yield (e.g., 18g -> 36g). Designed for coarse grind + quick 6 bar brew.",
  "temperature": 93
}