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
Seems that we have to register an app extension in an appx manifest to be allowed to update the lighting in the background. No idea if we can do that as a library, maybe consumers need to register it themselves and we simply note that in the readme? I haven't managed to find a way to register oneself as an extension through code so far - if we can figure that out then that's probably the best option.
Currently, if I just host a test app from within a package with the right extension declaration in the manifest, I can get it working locally (rainbow on my G502X). You can see the DLTestApp and UWPTest projects on my branch for lighting and packaging respectively.
https://learn.microsoft.com/nl-nl/windows-hardware/design/component-guidelines/dynamic-lighting-devices
https://learn.microsoft.com/en-us/uwp/api/windows.devices.lights?view=winrt-22621
https://www.usb.org/sites/default/files/hutrr84_-_lighting_and_illumination_page.pdf
The text was updated successfully, but these errors were encountered: