{
  "id": 14,
  "name": "Flow 6 bar",
  "phases": [
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 1.5,
        "curve": "INSTANT",
        "start": 1.5
      },
      "stopConditions": {
        "time": 10000,
        "weight": 3,
        "pressureAbove": 1.5
      }
    },
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 2,
        "time": 2000,
        "curve": "EASE_OUT"
      },
      "stopConditions": {
        "time": 10000,
        "weight": 3,
        "pressureAbove": 2
      }
    },
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 0,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 7000,
        "weight": 3
      }
    },
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6,
        "time": 3000,
        "curve": "EASE_OUT"
      },
      "restriction": 4.5,
      "stopConditions": {
        "time": 3000
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 2,
        "time": 2000,
        "curve": "LINEAR"
      },
      "restriction": 6,
      "stopConditions": {
        "time": 2000
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 2,
        "curve": "INSTANT"
      },
      "restriction": 6,
      "stopConditions": {}
    }
  ],
  "recipe": {},
  "waterTemperature": 90,
  "globalStopConditions": {
    "weight": 42.5
  }
}