Like some help with defining the color of a bulb in node red [Solved]

Greeting to all the users,

I recently bought a few (cheap) Zigbee color bulbs.
With Phoscon I could add them without any problem and can see them in my overview of Home Assistant with this result:

Here a can pick any color I like. (So far so good)

What I would like to achieve is that they turn to a certain color under certain conditions in Node Red.
f.e red when I open the front door when the alarm is still on and green when te alarm is off.

In the screenshot you will see a lot of options that can be filled in but I have honestly no idea what to put where. All my experiments gave a red color as result.
Anybody an idea how tho make f.e. green?

Thanks in advance!

What node is that? Does it work using the regular ‘call service’ node?

@nickgeorge333

It is a deconz Out node.

Now I tried a call service and this is how it looks: (result = white)
Bulb is rgbww.

You don’t put it in the output properties, that just changes the msg for nodes that come after. You put it in the ‘Data’ field. It should look something like - {“rgbww_color” : [0,255,0,0,0]}

Thank you some much for your help but I still get just white

Now it is working with this

Me I don’t see the difference
But thanks to Nick anyway for putting me on the right track.