{
  "id": 15,
  "name": "Flimsy Low Contact RUN",
  "phases": [
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 12,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "pressureAbove": 3
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 0,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 2000,
        "weight": 20,
        "pressureBelow": 1.5
      }
    },
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 4,
        "curve": "INSTANT"
      },
      "restriction": 3,
      "stopConditions": {}
    }
  ],
  "recipe": {},
  "waterTemperature": 63.5,
  "globalStopConditions": {
    "weight": 40
  }
}