diff --git a/src/SharpDeck/Connectivity/IStreamDeckConnection.cs b/src/SharpDeck/Connectivity/IStreamDeckConnection.cs index e27968c..2807c3d 100644 --- a/src/SharpDeck/Connectivity/IStreamDeckConnection.cs +++ b/src/SharpDeck/Connectivity/IStreamDeckConnection.cs @@ -111,6 +111,11 @@ public interface IStreamDeckConnection : IDisposable /// event EventHandler> WillDisappear; + /// + /// Gets the information about the connection. + /// + RegistrationInfo Info { get; } + /// /// Requests the persistent global data stored for the plugin. ///