Created
February 9, 2025 15:40
-
-
Save andrewnc/3b0d314a53a80c92e9689c3e185989fe to your computer and use it in GitHub Desktop.
Periodic egg cooking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cycles": [ | |
{ | |
"start_time_min": 0, | |
"end_time_min": 3, | |
"temperature_fahrenheit": 70.58999633789062 | |
}, | |
{ | |
"start_time_min": 3, | |
"end_time_min": 6, | |
"temperature_fahrenheit": 206.9300079345703 | |
}, | |
{ | |
"start_time_min": 6, | |
"end_time_min": 9, | |
"temperature_fahrenheit": 70.58999633789062 | |
}, | |
{ | |
"start_time_min": 9, | |
"end_time_min": 12, | |
"temperature_fahrenheit": 206.9300079345703 | |
}, | |
{ | |
"start_time_min": 12, | |
"end_time_min": 15, | |
"temperature_fahrenheit": 70.58999633789062 | |
}, | |
{ | |
"start_time_min": 15, | |
"end_time_min": 18, | |
"temperature_fahrenheit": 206.9300079345703 | |
}, | |
{ | |
"start_time_min": 18, | |
"end_time_min": 21, | |
"temperature_fahrenheit": 70.58999633789062 | |
}, | |
{ | |
"start_time_min": 21, | |
"end_time_min": 24, | |
"temperature_fahrenheit": 206.9300079345703 | |
}, | |
{ | |
"start_time_min": 24, | |
"end_time_min": 27, | |
"temperature_fahrenheit": 70.58999633789062 | |
}, | |
{ | |
"start_time_min": 27, | |
"end_time_min": 30, | |
"temperature_fahrenheit": 206.9300079345703 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment