{
  "id": 9,
  "name": "Sanyi",
  "phases": [
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 4,
        "curve": "INSTANT"
      },
      "restriction": 4,
      "stopConditions": {
        "time": 3000
      }
    },
    {
      "skip": false,
      "type": "FLOW",
      "target": {
        "end": 0,
        "curve": "INSTANT"
      },
      "stopConditions": {
        "time": 2000
      }
    },
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 9,
        "time": 10000,
        "curve": "INSTANT"
      },
      "restriction": 4,
      "stopConditions": {
        "time": 10000
      }
    },
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6,
        "time": 15000,
        "curve": "EASE_IN"
      },
      "restriction": 3,
      "stopConditions": {
        "time": 15000
      }
    },
    {
      "skip": false,
      "type": "PRESSURE",
      "target": {
        "end": 6,
        "time": 15000,
        "curve": "EASE_IN_OUT"
      },
      "restriction": 3,
      "stopConditions": {
        "time": 20000
      }
    }
  ],
  "recipe": {},
  "waterTemperature": 93,
  "globalStopConditions": {
    "time": 60000,
    "weight": 40
  }
}