Rvo status handled just in dido_controller

This commit is contained in:
rasta5man 2024-09-22 22:18:46 +02:00
parent 1b4b9ca973
commit ca39e1266c
6 changed files with 166 additions and 318 deletions

View file

@ -173,9 +173,9 @@ exports.install = function(instance) {
numberOfNotResponding[obj.device] += 1;
}
console.error(require('util').inspect(arguments, {
depth: null
}))
// console.error(require('util').inspect(arguments, {
// depth: null
// }))
// if reading out of device's last register returns error, we send accumulated allValues to dido_controller (if allValues are not an empty object)
if(obj.index + 1 >= obj.lengthOfActualDeviceStream)