Enum EAccessLevel
public enum EAccessLevel
Namespace: HomeSeer.PluginSdk.Types
Assembly: PluginSdk.dll
License requirement modes for plugins. Set AccessLevel to the integer value corresponding to the desired level.
Fields
Name | Description |
---|---|
AcceptsLegacyLicense | Plug-in is licensed and a user must purchase a license in order to use this plug-in. When the plug-in Is first enabled, it will will run as a trial for 30 days. Legacy (HS3) plugin licenses are also accepted. |
DoNotUse | Reserved for internal compatibility management. Do not use. |
LicenseNotRequired | Plug-in is not licensed and may be enabled and run without purchasing a license. Use this value for free plug-ins. |
RequiresLicense | Plug-in is licensed and a user must purchase a license in order to use this plug-in. When the plug-in Is first enabled, it will will run as a trial for 30 days. |