{
  "id": 19,
  "name": "Freddo",
  "phases": [
    {
      "name": "Wetting",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 2,
        "curve": "INSTANT",
        "start": 2
      },
      "stopConditions": {
        "time": 5000,
        "weight": 1
      }
    },
    {
      "name": "Bloom",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 4.5,
        "time": 4000,
        "curve": "EASE_OUT",
        "start": 2
      },
      "restriction": 1,
      "stopConditions": {
        "time": 8000,
        "weight": 4,
        "pressureAbove": 4.5
      }
    },
    {
      "name": "Controlled ramp",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 9,
        "time": 5000,
        "curve": "EASE_IN_OUT",
        "start": 4.5
      },
      "restriction": 3,
      "stopConditions": {
        "time": 5000,
        "weight": 10
      }
    },
    {
      "name": "Body extraction",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 7,
        "time": 8000,
        "curve": "LINEAR",
        "start": 9
      },
      "restriction": 3,
      "stopConditions": {
        "weight": 26
      }
    },
    {
      "name": "Long decline",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 5,
        "time": 14000,
        "curve": "LINEAR",
        "start": 7
      },
      "restriction": 2,
      "stopConditions": {
        "weight": 46
      }
    },
    {
      "name": "Finish",
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 4.2,
        "time": 10000,
        "curve": "LINEAR",
        "start": 5
      },
      "restriction": 2,
      "stopConditions": {
        "weight": 54
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 93,
  "globalStopConditions": {
    "weight": 54
  }
}