{
  "id": 14,
  "name": "Inmaculada Gesha v0.1",
  "phases": [
    {
      "name": "Gentle Preinfusion",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 5,
        "time": 11000,
        "curve": "EASE_IN",
        "start": 2
      },
      "restriction": 3,
      "stopConditions": {
        "time": 11000,
        "pressureAbove": 3.2
      }
    },
    {
      "name": "Pause",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 0,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 6000,
        "pressureBelow": 1
      }
    },
    {
      "name": "Gentle Ramp",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 7,
        "time": 4000,
        "curve": "EASE_IN_OUT"
      },
      "stopConditions": {
        "time": 4000
      }
    },
    {
      "name": "Extraction Hold",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 7,
        "time": 7000,
        "curve": "LINEAR",
        "start": 7
      },
      "restriction": 3.5,
      "stopConditions": {
        "time": 7000
      }
    },
    {
      "name": "Gentle Decline",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 4,
        "time": 10000,
        "curve": "EASE_IN_OUT",
        "start": 7
      },
      "restriction": 3,
      "stopConditions": {}
    }
  ],
  "recipe": {},
  "waterTemperature": 95,
  "globalStopConditions": {
    "weight": 43
  }
}