match default auger times to new portal times
This commit is contained in:
parent
fbb4b78e41
commit
28ac67c834
@ -127,8 +127,8 @@ const createIntervalsTableQuery = "CREATE TABLE IF NOT EXISTS intervals (key var
|
|||||||
dbfn.run(createIntervalsTableQuery).then(res => {
|
dbfn.run(createIntervalsTableQuery).then(res => {
|
||||||
console.log(res.status);
|
console.log(res.status);
|
||||||
const intervalsEntries = {
|
const intervalsEntries = {
|
||||||
auger_on: 600,
|
auger_on: 500,
|
||||||
auger_off: 1400,
|
auger_off: 1500,
|
||||||
pause: 5000,
|
pause: 5000,
|
||||||
igniter_start: 420000,
|
igniter_start: 420000,
|
||||||
blower_stop: 600000
|
blower_stop: 600000
|
||||||
|
Loading…
Reference in New Issue
Block a user