match default auger times to new portal times

This commit is contained in:
Skylar Grant 2023-11-17 11:10:29 -05:00
parent fbb4b78e41
commit 28ac67c834
1 changed files with 2 additions and 2 deletions

View File

@ -127,8 +127,8 @@ const createIntervalsTableQuery = "CREATE TABLE IF NOT EXISTS intervals (key var
dbfn.run(createIntervalsTableQuery).then(res => {
console.log(res.status);
const intervalsEntries = {
auger_on: 600,
auger_off: 1400,
auger_on: 500,
auger_off: 1500,
pause: 5000,
igniter_start: 420000,
blower_stop: 600000