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.timer = new Date().getTime()
|
||||||
this.locks[serial] = true
|
this.locks[serial] = true
|
||||||
await delay(cfg.arduino.serialDelay)
|
await delay(cfg.arduino.serialDelay)
|
||||||
|
this.log.info("got here")
|
||||||
try {
|
try {
|
||||||
results = await this.stateAsync(device, confirm)
|
results = await this.stateAsync(device, confirm)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Reference in New Issue