-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it is possible to update/change log and short name from node red ? #23
Comments
Hi, I'm sorry I don't understand? |
You can try the following found on the docs. I'm not entirely sure if it will work though. var msg = {
"payload": {
"cmd": "inputProperty",
"data": {
"id": 0, //The input id
"shortName": "blk" //The parameter to change
}
}
} Good luck! :) |
Sorry i had a look at the source file and i do not support setting an input property. If you understand how to code feel free to implement it in the sendData function |
thanks but my coding are not that well :-( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it is possible to update/change log and short name from node red ?
The text was updated successfully, but these errors were encountered: