{
  "id": 8,
  "name": "Ultra Low Contact",
  "phases": [
    {
      "skip": false,
      "type": "FLOW",
      "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": 60
  }
}