Skip to content

Commit

Permalink
Recipe for rice cooking.
Browse files Browse the repository at this point in the history
  • Loading branch information
basveeling committed Oct 22, 2021
1 parent 0b5328e commit 7ebd2aa
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions miio/data/ihcooker_recipe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"recipe_name": "Rice Cooking",
"recipe_id": 42,
"duration_minutes": 300,
"stages": [
{
"mode": "Unknown10",
"temp_threshold": 60,
"temp_target": 100,
"power": 99
},
{
"mode": "Unknown10",
"temp_threshold": 95,
"temp_target": 102,
"power": 10
},
{
"mode": "TempAutoSmallPot",
"minutes": 300,
"temp_threshold": 150,
"temp_target": 60,
"power": 10,
"fire_off": 20,
"fire_on": 20
}
]
}

0 comments on commit 7ebd2aa

Please sign in to comment.