Skip to content

Instantly share code, notes, and snippets.

@rozPierog
Created December 1, 2022 08:10
Show Gist options
  • Save rozPierog/fe11ef36d80e79574dbb712cb5320ea3 to your computer and use it in GitHub Desktop.
Save rozPierog/fe11ef36d80e79574dbb712cb5320ea3 to your computer and use it in GitHub Desktop.
Cofi - Single cup V60
[
{
"id": 12,
"name": "Better small V60",
"description": "",
"recipeIcon": "V60",
"steps": [
{
"id": 102,
"recipeId": 12,
"name": "Add coffee",
"value": 15,
"orderInRecipe": 0,
"type": "ADD_COFFEE"
},
{
"id": 103,
"recipeId": 12,
"name": "Add water ",
"time": 10000,
"value": 30,
"orderInRecipe": 1,
"type": "WATER"
},
{
"id": 104,
"recipeId": 12,
"name": "Swirl",
"time": 5000,
"orderInRecipe": 2,
"type": "OTHER"
},
{
"id": 105,
"recipeId": 12,
"name": "Bloom",
"time": 30000,
"orderInRecipe": 3,
"type": "WAIT"
},
{
"id": 106,
"recipeId": 12,
"name": "Add water",
"time": 15000,
"value": 70,
"orderInRecipe": 4,
"type": "WATER"
},
{
"id": 107,
"recipeId": 12,
"name": "Wait",
"time": 10000,
"orderInRecipe": 5,
"type": "WAIT"
},
{
"id": 108,
"recipeId": 12,
"name": "Add water",
"time": 10000,
"value": 50,
"orderInRecipe": 6,
"type": "WATER"
},
{
"id": 109,
"recipeId": 12,
"name": "Wait",
"time": 10000,
"orderInRecipe": 7,
"type": "WAIT"
},
{
"id": 110,
"recipeId": 12,
"name": "Add water",
"time": 10000,
"value": 50,
"orderInRecipe": 8,
"type": "WATER"
},
{
"id": 112,
"recipeId": 12,
"name": "Add water",
"time": 10000,
"value": 50,
"orderInRecipe": 10,
"type": "WATER"
},
{
"id": 113,
"recipeId": 12,
"name": "Swirl",
"time": 5000,
"orderInRecipe": 11,
"type": "WAIT"
},
{
"id": 121,
"recipeId": 12,
"name": "Wait",
"time": 10000,
"orderInRecipe": 9,
"type": "WAIT"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment