Skip to content

Node name cannot be overridden in flow #13

Description

@tbowmo

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";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions