GeekyEggo / SharpDeck

A .NET wrapper for the official Elgato Stream Deck SDK.
MIT License
25 stars 9 forks source link

Makes the RegistrationInfo accessible via IStreamDeckConnection #23

Open pre-martin opened 2 months ago

pre-martin commented 2 months ago

The underlying StreamDeckWebSocketConnection holds the information about the registration info (Stream Deck and device information). However, it is not exposed in the interface.

(cherry picked from commit 670e755a9de896386d45d82091791b1f1f29dbf5)