modbus2mqtt
Results
1
comments of
modbus2mqtt
I have the same problem Workaround: use callback function by wrapping the promise ``` queueMultipleRegister( addr: number, length: number, unitID: number, cb: FCallbackVal): void{ yourPromise( addr, length, unitID ).then((value)=>{ cb(null,value)...