node-red-node-rdk-tools
Version:
配合RDK硬件及TROS使用的Node-RED功能包(Node-RED nodes for using TROS on a RDK hardware and TROS)
29 lines • 735 B
JSON
{
"rdk-checkexecute": {
"names": {
"checkexecute": "Check and Execute"
},
"label": {
"name": "Name"
},
"placeholder": {
"name": ""
},
"errors": {
"inputtype": "Invalid Input Type!",
"launchtype": "Invalid Launch Type!",
"runerror": "An error occured while running.",
"alreadyrun": "Already run!"
},
"status": {
"working": "working...",
"checking": "checking...",
"installing": "installing...",
"running": "running...",
"finished": "finished"
},
"hints": {
"success": ""
}
}
}