This article covers a translation guide to help you find the signatures for methods in the new Plugin SDK if you are accustomed to the HS3 API signatures.
-
AbstractHsDevice Class (DeviceClass Class) The legacy API's DeviceClass is now the AbstractHsDevice Class and can be implemented using the HsDevice Class and HsFeature Class.
-
IPlugin Interface (IPluginAPI Interface) The legacy API's IPluginAPI interface is now the IPlugin Interface and can be implemented through the AbstractPlugin Class.
-
StatusGraphic Class (VGPair Class) The legacy API's VGPair class is now the StatusGraphic Class.
-
StatusControl Class (VSPair Class) The legacy API's VSPair class is now the StatusControl Class