{
  "id": 24,
  "name": "OmniRoast v2 F/P Ctrl 1.5ml",
  "phases": [
    {
      "name": "Flow Controlled Pre-Infusion",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 2.5,
        "curve": "INSTANT"
      },
      "restriction": 2,
      "stopConditions": {
        "time": 2000,
        "pressureAbove": 4
      }
    },
    {
      "name": "Soak Time (Low Pressure Hold)",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 2.5,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 3000
      }
    },
    {
      "name": "Main Extraction (Ramp to 7 bar)",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 7.5,
        "time": 3000,
        "curve": "LINEAR",
        "start": 2.5
      },
      "restriction": 4.5,
      "stopConditions": {
        "time": 3000
      }
    },
    {
      "name": "Hold Pressure",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 7.5,
        "curve": "INSTANT",
        "start": 7.5
      },
      "restriction": 4.5,
      "stopConditions": {
        "time": 15000
      }
    },
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 5,
        "time": 15000,
        "curve": "EASE_IN",
        "start": 7.5
      },
      "restriction": 3.5,
      "stopConditions": {
        "time": 15000
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 93.5,
  "globalStopConditions": {
    "weight": 38
  }
}