Rvo status handled just in dido_controller
This commit is contained in:
parent
1b4b9ca973
commit
ca39e1266c
6 changed files with 166 additions and 318 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue