WIP on state problem
This commit is contained in:
parent
0cc167b3a6
commit
18d6e2c7cd
|
@ -194,6 +194,7 @@ class Arduino {
|
|||
this.timer = new Date().getTime()
|
||||
this.locks[serial] = true
|
||||
await delay(cfg.arduino.serialDelay)
|
||||
this.log.info("got here")
|
||||
try {
|
||||
results = await this.stateAsync(device, confirm)
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in New Issue