{
  "id": 26,
  "name": "Leva 9 v1.0",
  "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": 3,
        "time": 2000,
        "curve": "EASE_OUT"
      },
      "stopConditions": {
        "time": 10000,
        "weight": 3,
        "pressureAbove": 3
      }
    },
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 3,
        "curve": "INSTANT",
        "start": 3
      },
      "stopConditions": {
        "time": 7000,
        "weight": 10
      }
    },
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 9,
        "time": 4000,
        "curve": "EASE_IN_OUT"
      },
      "restriction": 5,
      "stopConditions": {
        "waterPumpedInPhase": 7
      }
    },
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 3,
        "curve": "EASE_IN_OUT"
      },
      "stopConditions": {}
    }
  ],
  "recipe": {},
  "waterTemperature": 85,
  "globalStopConditions": {
    "weight": 36
  }
}