I have no idea which device you have, but you can only install disks (for example, USB drives, external hard drives, MP3 players, etc.). Or do you expect your mouse to be mounted?
There is no universal command line tool that I know to interact with USB the way you like, and I cannot imagine it as simple as, say, a simple old serial or parallel port. USB devices have different classes of devices (for example, audio and a printer), and one of them means, in fact, service communication and can be anything. Even with the birth classes, communication is already very difficult.
Thus, you will need to obtain documentation for these lights (how to control them), and if there is not yet a special tool that supports these lights, you will need to write it yourself.
source share