{
  "id": 30,
  "name": "Funky Town v2 single",
  "phases": [
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 2.5,
        "curve": "INSTANT"
      },
      "restriction": 8,
      "stopConditions": {
        "pressureAbove": 2.5
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 1,
        "curve": "INSTANT"
      },
      "restriction": 4,
      "stopConditions": {
        "time": 3000
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 1,
        "time": 5000,
        "curve": "EASE_IN_OUT"
      },
      "stopConditions": {}
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 3,
        "time": 2000,
        "curve": "EASE_OUT"
      },
      "stopConditions": {}
    }
  ],
  "recipe": {},
  "waterTemperature": 87,
  "globalStopConditions": {
    "weight": 22
  }
}