mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
fix serialport error message
This commit is contained in:
parent
a318dc56ff
commit
8c767709a5
@ -67,6 +67,6 @@
|
||||
"commandnotfound" : "Befehl 'nrgpio' nicht gefunden",
|
||||
"commandnotexecutable" : "nrgpio-Befehl nicht ausführbar",
|
||||
"error" : "Fehler: __error__",
|
||||
"pythoncommandnotfound" : "Befehl 'nrpgio python' nicht aktiv"
|
||||
"pythoncommandnotfound" : "Befehl 'nrgpio python' nicht aktiv"
|
||||
}
|
||||
}
|
||||
|
@ -68,7 +68,7 @@
|
||||
"commandnotfound": "nrgpio command not found",
|
||||
"commandnotexecutable": "nrgpio command not executable",
|
||||
"error": "error: __error__",
|
||||
"pythoncommandnotfound": "nrpgio python command not running"
|
||||
"pythoncommandnotfound": "nrgpio python command not running"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -67,6 +67,6 @@
|
||||
"commandnotfound": "nrgpio コマンドが見つかりません",
|
||||
"commandnotexecutable": "nrgpio コマンドが実行可能ではありません",
|
||||
"error": "エラー: __error__",
|
||||
"pythoncommandnotfound": "nrpgio python コマンドが実行されていません"
|
||||
"pythoncommandnotfound": "nrgpio python コマンドが実行されていません"
|
||||
}
|
||||
}
|
||||
|
@ -67,6 +67,6 @@
|
||||
"commandnotfound": "nrgpio 커맨드를 찾을수 없습니다",
|
||||
"commandnotexecutable": "nrgpio 커맨드가 실행가능상태가 아닙니다",
|
||||
"error": "에러: __error__",
|
||||
"pythoncommandnotfound": "nrpgio python 커맨드가 실행되지 않았습니다"
|
||||
"pythoncommandnotfound": "nrgpio python 커맨드가 실행되지 않았습니다"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-node-pi-gpio",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "The basic Node-RED node for Pi GPIO",
|
||||
"dependencies" : {
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user