natcl / node-red-contrib-streamdeck

A Node-RED node to interact with the Elgato Stream Deck products
Apache License 2.0
13 stars 4 forks source link

Create support for multiple devices #12

Open erikhauters opened 2 years ago

erikhauters commented 2 years ago

Currently only the first device is used for interaction. Suggestion to automatically connect to all devices and make topic an object that has:

{
    button: X,
    device: 'devicepath'
}
natcl commented 2 years ago

That's on my TODO for next version !