{
  "id": 10,
  "name": "FlimsyLC - ULC RUN v1.0",
  "phases": [
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 12,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "pressureAbove": 1.5
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 0,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 1000,
        "weight": 20
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 12,
        "curve": "INSTANT"
      },
      "stopConditions": {}
    }
  ],
  "recipe": {},
  "waterTemperature": 63.5,
  "globalStopConditions": {
    "weight": 45
  }
}