StreamDeckSharp icon indicating copy to clipboard operation
StreamDeckSharp copied to clipboard

Use useWriteCache parameter when opening stream decks through a StreamDeckDeviceReference

Open WSWhitehouse opened this issue 2 years ago • 0 comments

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.

WSWhitehouse avatar May 06 '22 13:05 WSWhitehouse