# Yellow staus icon

**URL:** https://discourse.nodered.org/t/yellow-staus-icon/90446
**Category:** General
**Created:** [26 August 2024 12:39 UTC](https://discourse.nodered.org/t/yellow-staus-icon/90446 "2024-08-26T12:39:44Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![scottyjr](https://avatars.discourse-cdn.com/v4/letter/s/9d8465/32.png) [@scottyjr](https://discourse.nodered.org/u/scottyjr)
#### Post date: [26 August 2024 12:39 UTC](https://discourse.nodered.org/t/yellow-staus-icon/90446/1 "2024-08-26T12:39:44Z")

</div>

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](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/7/4/74d41c27df0b7b65d2202ffcc4a2b15bf447cc0b.png)

---

<div class="post-metadata">

### Author: ![marcus-j-davies](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/marcus-j-davies/32/103435_2.png) [@marcus-j-davies](https://discourse.nodered.org/u/marcus-j-davies)
#### Post date: [26 August 2024 12:47 UTC](https://discourse.nodered.org/t/yellow-staus-icon/90446/2 "2024-08-26T12:47:44Z")

</div>

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.

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

```

![Screenshot 2024-08-26 at 13.47.25](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/f/8/f8d7f56fe4934269347c09a15ce99b0a2dc8070d.png)

[https://nodered.org/docs/creating-nodes/status](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

---

<div class="post-metadata">

### Author: ![scottyjr](https://avatars.discourse-cdn.com/v4/letter/s/9d8465/32.png) [@scottyjr](https://discourse.nodered.org/u/scottyjr)
#### Post date: [26 August 2024 15:16 UTC](https://discourse.nodered.org/t/yellow-staus-icon/90446/3 "2024-08-26T15:16:02Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [24 November 2024 15:16 UTC](https://discourse.nodered.org/t/yellow-staus-icon/90446/4 "2024-11-24T15:16:34Z")

</div>

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