stephendpmurphy / shost

💻 shost - GUI, CLI and static library for connecting to FTDI MPSSE capable devices
MIT License
2 stars 1 forks source link

Make the getConnectedDevices API return an object with device info #52

Closed stephendpmurphy closed 2 years ago

stephendpmurphy commented 2 years ago

Currently the API will return a number of connected devices and then optionally print the device info. Instead we should make it return an object with all the connected device info inside AND a count. Leave it to the integrating app to handle printing data