Skip to content
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

Node name cannot be overridden in flow #13

Open
tbowmo opened this issue Oct 29, 2018 · 0 comments
Open

Node name cannot be overridden in flow #13

tbowmo opened this issue Oct 29, 2018 · 0 comments

Comments

@tbowmo
Copy link

tbowmo commented Oct 29, 2018

If I enter a name for a tradfri node in nodered, then the name is not reflected, when viewing the flow UI.

The problem is that this.name is not used to name the node in the html UI file, so it should probably be changed to something like

return this.name || this.deviceName || "tradfri";

return this.deviceName || "tradfri";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant