cakebake / node-red-contrib-alexa-remote-cakebaked

Forked for me and the community to keep dependencies up to date :)
MIT License
42 stars 6 forks source link

Syntax for using msg.payload to Activate Scene #50

Open nospam2k opened 1 year ago

nospam2k commented 1 year ago

How do I find the correct syntax for sending a request to activate a scene from msg.payload. For example, from inside the node, I can choose Action and the add "Disk Lights White" scene name and it automatically adds "Activate Scene". I've hunted through he code a bit and can't find the "Activate Scene" so I imagine this is collected via a discovery query or something like it to Amazon and stored only as a variable.

Thanks!