node-red-contrib-modbus
Advanced tools
Comparing version 0.8.2 to 0.9.0
@@ -227,4 +227,3 @@ /** | ||
if (msg.payload.hasOwnProperty('address') | ||
&& msg.payload.address | ||
&& Number(msg.payload.unitid) | ||
&& msg.payload.address !== null | ||
&& msg.payload.address >= 0 | ||
@@ -235,3 +234,3 @@ && msg.payload.address <= 65535) { | ||
} else { | ||
verbose_warn('msg.payload.address not valid'); | ||
verbose_warn('msg.payload.address is not valid'); | ||
return; | ||
@@ -238,0 +237,0 @@ } |
{ | ||
"name": "node-red-contrib-modbus", | ||
"version": "0.8.2", | ||
"version": "0.9.0", | ||
"description": "Node-RED original nodes to communicate via MODBUS TCP.", | ||
@@ -27,3 +27,4 @@ "dependencies": { | ||
"modbus getter", | ||
"modbus flexible getter" | ||
"modbus flexible getter", | ||
"modbus flexible write" | ||
], | ||
@@ -38,3 +39,4 @@ "node-red": { | ||
"Modbus-Server": "modbus/modbus-server.js", | ||
"Modbus-Flex-Getter": "modbus/modbus-flex-getter.js" | ||
"Modbus-Flex-Getter": "modbus/modbus-flex-getter.js", | ||
"Modbus-Flex-Write": "modbus/modbus-flex-write.js" | ||
} | ||
@@ -41,0 +43,0 @@ }, |
@@ -14,2 +14,4 @@ [![NPM download](https://img.shields.io/npm/dm/node-red-contrib-modbus.svg)](http://www.npm-stats.com/~packages/node-red-contrib-modbus) [![NPM version](https://badge.fury.io/js/node-red-contrib-modbus.png)](http://badge.fury.io/js/node-red-contrib-modbus) | ||
Tested with node-red v0.15.2 | ||
# Install | ||
@@ -27,3 +29,3 @@ | ||
![Flow Example](images/Screenshot01V061.png) | ||
![Flow Example](images/Screenshot01V090.png) | ||
@@ -30,0 +32,0 @@ # Author |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
164791
30
2079
49
3343