{
  "id": 31,
  "name": "AIredflowerslightBlooming++ (Gesha clarity)",
  "phases": [
    {
      "name": "Fill / Pre-infusion",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6,
        "curve": "INSTANT",
        "start": 6
      },
      "restriction": 6,
      "stopConditions": {
        "time": 25000,
        "pressureAbove": 6,
        "waterPumpedInPhase": 65
      }
    },
    {
      "name": "Bloom",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 0,
        "curve": "INSTANT",
        "start": 0.1
      },
      "stopConditions": {
        "time": 20000,
        "weight": 10,
        "pressureBelow": 1
      }
    },
    {
      "name": "Ramp up",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6,
        "time": 2000,
        "curve": "EASE_IN_OUT",
        "start": 6
      },
      "stopConditions": {
        "time": 2000
      }
    },
    {
      "name": "Extraction decline",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 4,
        "time": 30000,
        "curve": "EASE_IN_OUT",
        "start": 6
      },
      "stopConditions": {
        "time": 30000
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 90,
  "globalStopConditions": {
    "weight": 50
  }
}