The writeProperty function in the client.js file does not return a value object on success but writePropertyMultiple does.
Why is it this way? Should it be different for consistency and functional reasons?
|
this._addCallback(settings.invokeId, (err) => next(err)); |
The
writePropertyfunction in theclient.jsfile does not return a value object on success butwritePropertyMultipledoes.Why is it this way? Should it be different for consistency and functional reasons?
node-bacstack/lib/client.js
Line 630 in 9e19310