Enum ERegistrationMode
public enum ERegistrationMode
Namespace: HomeSeer.PluginSdk.Types
Assembly: PluginSdk.dll
The registration mode of a plugin
Fields
Name | Description |
---|---|
ReadyToRegister | For HSPRO, plugin does not have a license and needs to be enabled to get one |
Registered | The plugin is registered |
Trial | The plugin is running as a trial |
Unknown | The registration mode is not known |
Unregistered | The plugin is unregistered |