diff --git a/modules/_setupdb.js b/modules/_setupdb.js index 956921b..916f025 100644 --- a/modules/_setupdb.js +++ b/modules/_setupdb.js @@ -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