mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
add a v0.3 serial port to help with node5/6
This commit is contained in:
parent
966e7a520b
commit
0321bf8150
@ -1,8 +1,8 @@
|
|||||||
node-red-node-serialport
|
node-red-node-serialport
|
||||||
========================
|
========================
|
||||||
|
|
||||||
<a href="http://nodered.org" target="_new">Node-RED</a> nodes to talk to a
|
<a href="http://nodered.org" target="_new">Node-RED</a> nodes to talk to
|
||||||
hardware Serial port.
|
hardware Serial ports.
|
||||||
|
|
||||||
**Note** : The version 0.1.x of this package requires underlying serialport
|
**Note** : The version 0.1.x of this package requires underlying serialport
|
||||||
v2.0.x
|
v2.0.x
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-serialport",
|
"name" : "node-red-node-serialport",
|
||||||
"version" : "0.2.1",
|
"version" : "0.3.0",
|
||||||
"description" : "Node-RED nodes to talk to an serial port",
|
"description" : "Node-RED nodes to talk to serial ports",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"serialport" : "2.1.*"
|
"serialport" : "~3.1.2"
|
||||||
},
|
},
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"type":"git",
|
"type":"git",
|
||||||
|
Loading…
Reference in New Issue
Block a user