{
  "id": 29,
  "name": "Geisha Pressure 18g",
  "phases": [
    {
      "name": "Gentle Saturation",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 1.5,
        "curve": "INSTANT"
      },
      "restriction": 2,
      "stopConditions": {
        "time": 2000,
        "pressureAbove": 2
      }
    },
    {
      "name": "Bloom (Softening)",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 3,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 3000
      }
    },
    {
      "name": "Extraction (6 Bar Peak)",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 9,
        "time": 3000,
        "curve": "LINEAR",
        "start": 3
      },
      "restriction": 5,
      "stopConditions": {
        "time": 3000
      }
    },
    {
      "name": "Flow (Maintain Speed)",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 5,
        "time": 25000,
        "curve": "EASE_OUT",
        "start": 9
      },
      "restriction": 5,
      "stopConditions": {
        "time": 35000
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 94,
  "globalStopConditions": {
    "weight": 40
  }
}