Move some things to config.json from .env

This commit is contained in:
Skylar Grant 2022-12-06 17:08:23 -05:00
parent 8b53d66109
commit 579a570d93
1 changed files with 15 additions and 0 deletions

15
config.json Normal file
View File

@ -0,0 +1,15 @@
{
"startTime": 0,
"augerOnTime": 500,
"augerOffTime": 1500,
"pauseTime": 10000,
"debugMode": true,
"igniterOnTime": 0,
"igniterOffTime": 0,
"igniterWaitTime": 30000,
"status": {
"igniter": 0,
"blower": 0,
"auger": 0
}
}