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
change the API of findDevice to return null if no device is found, rather than throwing an error (c8f3295)
BREAKING CHANGES
This refactors the API of the findDevice function to return null rather than throwing an error if a Logitech Litra Glow device cannot be found attached to the computer. If you're using this function, you should update any call sites so they don't assume that a device has been returned - for example with an if (device)null check.