mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
0bfeb13abc
rather than arduino-firmata
42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"arduino": {
|
|
"label": {
|
|
"pin": "Pin",
|
|
"type": "Type",
|
|
"port": "Port"
|
|
},
|
|
"placeholder": {
|
|
"port": "e.g. /dev/ttyUSB0 COM1"
|
|
},
|
|
"status": {
|
|
"connectfirst": "connecting to first board found",
|
|
"connect": "connecting to __device__",
|
|
"connected": "connected to __device__",
|
|
"version": "version: __version__",
|
|
"portclosed": "Arduino serial port closed"
|
|
},
|
|
"state": {
|
|
"in": {
|
|
"digital": "Digital pin",
|
|
"analogue": "Analogue pin",
|
|
"string": "String"
|
|
},
|
|
"out": {
|
|
"digital": "Digital (0/1)",
|
|
"analogue": "Analogue (0-255)",
|
|
"servo": "Servo (0-180)",
|
|
"string": "String"
|
|
}
|
|
},
|
|
"tip": {
|
|
"io": "<b>Note:</b> You cannot use the same pin for both output and input.",
|
|
"conf": "<b>Tip:</b> Use search to try to auto-detect serial port."
|
|
},
|
|
"errors": {
|
|
"portnotconf": "port not configured",
|
|
"portnotfound": "port not found : __device__",
|
|
"devnotfound": "device __dev__ not found. Trying to find board."
|
|
}
|
|
}
|
|
}
|