# Node to control color bulb?

**URL:** https://discourse.nodered.org/t/node-to-control-color-bulb/21158
**Category:** General
**Created:** [2 February 2020 03:08 UTC](https://discourse.nodered.org/t/node-to-control-color-bulb/21158 "2020-02-02T03:08:46Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![kanke](https://avatars.discourse-cdn.com/v4/letter/k/a698b9/32.png) [@kanke](https://discourse.nodered.org/u/kanke)
#### Post date: [4 February 2020 11:36 UTC](https://discourse.nodered.org/t/node-to-control-color-bulb/21158/8 "2020-02-04T11:36:09Z")

</div>

looks it is dashboard node? I haven't had any dashboard stuff on node-red yet, don't know how to make it work.

I ended up just send payload to a topic one by one, if I need 80% on red, in 2 steps, send payload 80 to topic bulb1/cmnd/dimmer, and send 255,0,0 to topic bulb1/cmnd/color. seems worked.

Is there way to send multiple payloads in one step?

---

_[View the full topic](https://discourse.nodered.org/t/node-to-control-color-bulb/21158)._
