{
  "id": 15,
  "name": "lightBlooming++",
  "phases": [
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6,
        "curve": "INSTANT",
        "start": 6
      },
      "restriction": 6,
      "stopConditions": {
        "time": 20000,
        "pressureAbove": 6,
        "waterPumpedInPhase": 65
      }
    },
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 0,
        "curve": "INSTANT",
        "start": 0.1
      },
      "stopConditions": {
        "time": 20000,
        "weight": 10,
        "pressureBelow": 1
      }
    },
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6.5,
        "time": 2000,
        "curve": "EASE_IN_OUT",
        "start": 7
      },
      "stopConditions": {
        "time": 2000
      }
    },
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 5,
        "time": 30000,
        "curve": "EASE_IN_OUT",
        "start": 6.5
      },
      "stopConditions": {
        "time": 30000
      }
    }
  ],
  "recipe": {
    "ratio": 2,
    "coffeeIn": 18
  },
  "waterTemperature": 95,
  "globalStopConditions": {
    "weight": 36
  }
}