{
  "id": 20,
  "name": "AI-roastedBlooming++ Colombia Decaf",
  "phases": [
    {
      "name": "Saturate",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6,
        "curve": "INSTANT",
        "start": 6
      },
      "restriction": 3,
      "stopConditions": {
        "time": 20000,
        "pressureAbove": 6,
        "waterPumpedInPhase": 60
      }
    },
    {
      "name": "Bloom",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 0,
        "curve": "INSTANT",
        "start": 0.1
      },
      "stopConditions": {
        "time": 12000,
        "weight": 8,
        "pressureBelow": 1
      }
    },
    {
      "name": "Ramp",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6,
        "time": 4000,
        "curve": "EASE_IN_OUT",
        "start": 2
      },
      "stopConditions": {
        "time": 4000
      }
    },
    {
      "name": "Decline",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 4,
        "time": 25000,
        "curve": "EASE_IN_OUT",
        "start": 6
      },
      "restriction": 3,
      "stopConditions": {
        "time": 90000
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 90,
  "globalStopConditions": {
    "weight": 40
  }
}