{
  "id": 30,
  "name": "lightBloomig orange (Gesha balanced) (imported)",
  "phases": [
    {
      "name": "Pre-infusion",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 4,
        "time": 8000,
        "curve": "LINEAR",
        "start": 2
      },
      "restriction": 6,
      "stopConditions": {
        "time": 12000,
        "pressureAbove": 4,
        "waterPumpedInPhase": 60
      }
    },
    {
      "name": "Bloom",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 0,
        "curve": "INSTANT",
        "start": 0.1
      },
      "stopConditions": {
        "time": 6000,
        "pressureBelow": 1
      }
    },
    {
      "name": "Ramp up",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 7.5,
        "time": 4000,
        "curve": "EASE_IN_OUT",
        "start": 4
      },
      "stopConditions": {
        "time": 4000
      }
    },
    {
      "name": "Extraction decline",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6,
        "time": 30000,
        "curve": "EASE_IN_OUT",
        "start": 7.5
      },
      "stopConditions": {
        "time": 30000
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 95,
  "globalStopConditions": {
    "weight": 40
  }
}