{
  "id": 22,
  "name": "LightRoast LD 7->1 Filter",
  "phases": [
    {
      "name": "Flow Controlled Pre-Infusion",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 2.5,
        "curve": "INSTANT"
      },
      "restriction": 2,
      "stopConditions": {
        "time": 3000,
        "pressureAbove": 3
      }
    },
    {
      "name": "Soak Time (Low Pressure Hold)",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 3,
        "curve": "INSTANT"
      },
      "restriction": 1,
      "stopConditions": {
        "time": 5000
      }
    },
    {
      "name": "Main Extraction (Ramp to 7 bar)",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 7,
        "time": 3000,
        "curve": "LINEAR",
        "start": 3
      },
      "restriction": 5,
      "stopConditions": {
        "time": 3000
      }
    },
    {
      "name": "Declining Pressure (7 -> 1 bar)",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 1,
        "time": 31000,
        "curve": "EASE_OUT",
        "start": 7
      },
      "restriction": 5,
      "stopConditions": {
        "time": 31000
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 95,
  "globalStopConditions": {
    "weight": 40
  }
}