{
  "id": 15,
  "name": "Londinium Single (imported)",
  "phases": [
    {
      "name": "Gentle fill",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 4.5,
        "curve": "INSTANT"
      },
      "restriction": 2.5,
      "stopConditions": {
        "time": 10000,
        "pressureAbove": 2.5,
        "waterPumpedInPhase": 40
      }
    },
    {
      "name": "Short bloom",
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 0,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 4000,
        "pressureBelow": 0.7
      }
    },
    {
      "name": "Ramp",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6.5,
        "time": 1500,
        "curve": "EASE_OUT"
      },
      "stopConditions": {
        "time": 1500
      }
    },
    {
      "name": "Hold",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6.5,
        "curve": "INSTANT",
        "start": 6.5
      },
      "restriction": 2.5,
      "stopConditions": {
        "time": 3000
      }
    },
    {
      "name": "Long decline",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 3.5,
        "time": 18000,
        "curve": "EASE_IN_OUT",
        "start": 6.5
      },
      "restriction": 2.5,
      "stopConditions": {}
    }
  ],
  "recipe": {},
  "waterTemperature": 92,
  "globalStopConditions": {
    "weight": 16
  }
}