soloam / node-red-contrib-colorspace

Nodered node to convert color
MIT License
2 stars 2 forks source link

Pass original message #3

Closed smcgann99 closed 3 years ago

smcgann99 commented 3 years ago

Hi, Thanks for your useful node, I'm trying to use it with Alexa but noticed you create a new payload. Would it be possible to add your data to the existing msg so I can for example read the info from Alexa - command: "SetColorRequest"

I believe its a node red standard to add extra info rather than replace the msg.

Thanks

soloam commented 3 years ago

Hi, Thanks for your useful node, I'm trying to use it with Alexa but noticed you create a new payload. Would it be possible to add your data to the existing msg so I can for example read the info from Alexa - command: "SetColorRequest"

I believe its a node red standard to add extra info rather than replace the msg.

Thanks

Hello, aren't you able to set the target and select whatever variable to use? Payload is the default, but you should be able to use any other variable that you desire!

Thank you

smcgann99 commented 3 years ago

So sorry I didn't notice that thanks!!