Move some things to config.json from .env
This commit is contained in:
parent
8b53d66109
commit
579a570d93
15
config.json
Normal file
15
config.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user