Closed QDUNI closed 2 months ago
Please increase the time-out value from 5000 to 15000, some boxes take a little bit longer to connect.
In openwebifdevice.js on line 380 there is a typo.
await this.openwebif.impulseGenerato.stop();
should be
await this.openwebif.impulseGenerator.stop();
I tested this and it will fix the issues for me.
} catch (error) {log.error('Device: ${deviceHost} ${deviceName}, did finish launching error: ${error}');
DeviceHost is not defined, shouldn't this be ${host} ? line 113, index.js