Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "jsmodbus", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Implementation for the Serial/TCP Modbus protocol.", | ||
@@ -5,0 +5,0 @@ "author": "Stefan Poeter <stefan.poeter@cloud-automation.de>", |
@@ -37,3 +37,3 @@ A simple an easy to use Modbus TCP client/server implementation. | ||
client.readHoldingRegister(0, 10, function (reps, err) { | ||
client.readHoldingRegister(0, 10, function (resp, err) { | ||
// resp will look like { fc: 3, byteCount: 20, register: [ values 0 - 10 ] } | ||
@@ -40,0 +40,0 @@ console.log(err, resp); |
@@ -255,4 +255,2 @@ var util = require('util'), | ||
console.log(arguments); | ||
if (err) { | ||
@@ -259,0 +257,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78106
2211