node-red-contrib-i2c
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -138,5 +138,2 @@ module.exports = function(RED) { | ||
return; | ||
} else if (isNaN(command) ) { | ||
this.status({fill:"red",shape:"ring",text:"Command ("+command+") value is missing or incorrect"}); | ||
return; | ||
} else if (isNaN(buffcount) ) { | ||
@@ -143,0 +140,0 @@ this.status({fill:"red",shape:"ring",text:"Send bytes ("+buffcount+") value is missing or incorrect"}); |
{ | ||
"name": "node-red-contrib-i2c", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "A Node-RED node to talk to the Raspiberry PI's I2C port", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
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
29038
181