node-red-contrib-lcd20x4-i2c
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -9,3 +9,3 @@ { | ||
"name": "node-red-contrib-lcd20x4-i2c", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Driver for 20x4 LCD Display", | ||
@@ -12,0 +12,0 @@ "license": "MIT", |
@@ -1,2 +0,2 @@ | ||
This node will accept an object `msg.msgs`. If the object passed does not contain 4 lines, the difference is filled with blank lines. | ||
This node will accept an object `msg.payload.msgs`. If the object passed does not contain 4 lines, the difference is filled with blank lines. | ||
@@ -16,26 +16,26 @@ Line data structure: | ||
``` | ||
{ | ||
"msgs": [ | ||
msg.payload = { | ||
msgs: [ | ||
{ | ||
"msg": "string", | ||
"pos": number, | ||
"center": "boolean" | ||
msg: "string", | ||
pos: number, | ||
center: "boolean" | ||
}, | ||
{ | ||
"msg": "string", | ||
"pos": number, | ||
"center": "boolean" | ||
msg: "string", | ||
pos: number, | ||
center: "boolean" | ||
}, | ||
{ | ||
"msg": "string", | ||
"pos": number, | ||
"center": "boolean" | ||
msg: "string", | ||
pos: number, | ||
center: "boolean" | ||
}, | ||
{ | ||
"msg": "string", | ||
"pos": number, | ||
"center": "boolean" | ||
msg: "string", | ||
pos: number, | ||
center: "boolean" | ||
} | ||
] | ||
} | ||
}; | ||
``` |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
27522