You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found your github project while trying to understand the USB HID report descriptor of my new Litra Glow. As I wasn't able to find any documentation on the Logitech side, it seems like there's some swarm intelligence which does reverse engineering in various github/whatever-litra repos ;-)
What I found while playing around may get the min/max/step values for brightness/color temperature from the device. I don't know for sure of course:
Had access to a Beam LX and it works there. For your code, it's 0x06 instead of 0x04 as in the other calls for the LX.
Additionally, I put some minutes in learning how the protocol works: 0x04/0x06 is a feature index and points to the very same thing for both devices. They are not guaranteed to be constant over firmware updates. To do this properly, you've to query the device for the desired feature index before.
I've done a quick WebHID experiment for Chrome based browsers here. You can find a brief documentation about what I found out here.
Found your github project while trying to understand the USB HID report descriptor of my new Litra Glow. As I wasn't able to find any documentation on the Logitech side, it seems like there's some swarm intelligence which does reverse engineering in various github/whatever-litra repos ;-)
What I found while playing around may get the min/max/step values for brightness/color temperature from the device. I don't know for sure of course:
and
Maybe people with other Litra devices can try/confirm/invalidate that? Just close the issue if you think that's too much guesswork ;-)
The text was updated successfully, but these errors were encountered: