WIP on state problem

This commit is contained in:
Matt McWilliams 2023-07-12 22:22:46 -04:00
parent 0cc167b3a6
commit 18d6e2c7cd
1 changed files with 1 additions and 0 deletions

View File

@ -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) {