Yellow staus icon

Hello All. I've been searching too long for an answer to a simple answer as to what a node's yellow status icon means. Also, I came across a hint there may be some documentation for the icons attached to nodes. Couldn't find it either. Any help appreciated. - Scotty
Screenshot 2024-08-26 082311

Welcome to forums @scottyjr

The colour, shape and status text of a node, is whatever the developer of that node decides.
You can set the shape, colour and text of a function node for example.

node.status({fill:"green",shape:"dot",text:"connected"});

Screenshot 2024-08-26 at 13.47.25

https://nodered.org/docs/creating-nodes/status

There isn't a rule around this, but the ability to set a status, is offered to node developers, as well as end users inside function nodes

1 Like

Ah, perhaps that's why I couldn't find a distinct answer. Thank You for your response. - Scotty

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.