Comparing version 3.1.5 to 3.1.6
{ | ||
"name": "jsmodbus", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "Implementation for the Serial/TCP Modbus protocol.", | ||
@@ -5,0 +5,0 @@ "author": "Stefan Poeter <stefan.poeter@cloud-automation.de>", |
@@ -251,3 +251,2 @@ 'use strict' | ||
this._server.emit('writeMultipleRegisters', this._server.holding) | ||
console.log(request.body) | ||
this._server.holding.fill(request.body.values, | ||
@@ -254,0 +253,0 @@ request.body.address * 2, |
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
212465
6064