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)); |