node-red-node-tdengine
Version:
The official plugin developed by TDengine for Node-RED.
28 lines • 837 B
JSON
{
"tdengine": {
"label": {
"uri":"URI",
"user": "User",
"password": "Password",
"topic": "Topics",
"groupid": "Grpup ID",
"clientid": "Client ID",
"offset": "Offset Reset",
"polltimeout": "Poll Timeout(ms)",
"autocommit": "Auto Commit",
"commitinterval": "Auto Commit Interval(ms)"
},
"status": {
"badping": "Bad Ping",
"error": "Error",
"ok": "OK",
"notconnected": "not yet connected"
},
"errors": {
"notstring": "the query is not defined as a string",
"notconnected": "Database not connected",
"notconfigured": "TDengine database not configured"
},
"tip": "Tip: "
}
}