fix serialport error message

This commit is contained in:
Dave Conway-Jones 2019-09-26 22:27:53 +01:00
parent a318dc56ff
commit 8c767709a5
No known key found for this signature in database
GPG Key ID: 302A6725C594817F
5 changed files with 5 additions and 5 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}
}

View File

@ -67,6 +67,6 @@
"commandnotfound": "nrgpio コマンドが見つかりません",
"commandnotexecutable": "nrgpio コマンドが実行可能ではありません",
"error": "エラー: __error__",
"pythoncommandnotfound": "nrpgio python コマンドが実行されていません"
"pythoncommandnotfound": "nrgpio python コマンドが実行されていません"
}
}

View File

@ -67,6 +67,6 @@
"commandnotfound": "nrgpio 커맨드를 찾을수 없습니다",
"commandnotexecutable": "nrgpio 커맨드가 실행가능상태가 아닙니다",
"error": "에러: __error__",
"pythoncommandnotfound": "nrpgio python 커맨드가 실행되지 않았습니다"
"pythoncommandnotfound": "nrgpio python 커맨드가 실행되지 않았습니다"
}
}

View File

@ -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" : {
},