OpenMacroBoard / StreamDeckSharp

A simple .NET wrapper for Stream Deck
MIT License
356 stars 47 forks source link

Use useWriteCache parameter when opening stream decks through a StreamDeckDeviceReference #47

Closed WSWhitehouse closed 1 year ago

WSWhitehouse commented 2 years ago

The boolean parameter useWriteCache was ignored in the Open function on the StreamDeckDeviceReference. I don't know if this is intentional or not, but I ran into a use case where I didn't want to use the CachedHidClient. This change allows you to open the Stream Deck as a BasicHidClient.

wischi-chr commented 1 year ago

No that was definitely not intentional. Thank you very much for the PR and sorry it took half a year to merge this little change.