{
  "id": 6,
  "name": "Blooming espresso",
  "phases": [
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 4,
        "curve": "INSTANT"
      },
      "restriction": 7,
      "stopConditions": {
        "time": 20000,
        "pressureAbove": 7,
        "waterPumpedInPhase": 65
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 0,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 30000,
        "weight": 5,
        "pressureBelow": 0.6
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 2,
        "time": 5000,
        "curve": "EASE_OUT"
      },
      "stopConditions": {
        "time": 5000
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 2,
        "curve": "INSTANT"
      },
      "restriction": 9,
      "stopConditions": {}
    }
  ],
  "recipe": {
    "ratio": 2,
    "coffeeIn": 18
  },
  "waterTemperature": 93,
  "globalStopConditions": {
    "weight": 45
  }
}