Toxblh / node-red-contrib-samsung-tv-control

node-red plugin for samsung tv control
MIT License
26 stars 9 forks source link

FR: Add msg.payload as input for Open App node #58

Open IOIO72 opened 3 years ago

IOIO72 commented 3 years ago

I've created a dropdown, which lists all Apps I got from the Get Apps node. I configured to open the selected app by appId via the Open App node, where I left the App selector empty. I assumed that it will open the App with the appId in the msg.payload. But this is not the case.

The Open App node should take the payload, if no app is selected.