Search Results for

    Show / Hide Table of Contents

    Plugin SDK v1.4.2.0 Release Notes

    Required HS Core Version

    This release focuses on minor changes to the events package, devices package, samples, and unit tests. More changes to events will be coming very soon.

    • (PSDK-263) GitHub #152 Allow plugins more access to action and trigger type collections
      • Make TriggerTypeCollection.GetObjectFromActInfo public
      • Make ActionTypeCollection.GetObjectFromTrigInfo public
      • Add ActionTypeCollection.ActionTypes
      • Add TriggerTypeCollection.TriggerTypes
    • (PSDK-264) Add methods to get a control by EControlUse to StatusControlCollection and HsFeature
      • Add StatusControlCollection.GetControlsForUse and HsFeature.GetControlsForUse
      • Add StatusControlCollection.GetFirstControlForUse and HsFeature.GetFirstControlForUse
      • Add StatusControlCollection.HasControlForUse and HsFeature.HasControlForUse
    • (PSDK-275) Add EControlUse.IncrementValue and EControlUse.DecrementValue
    • (PSDK-278) GitHub #279 Improve exception messages in ViewCollectionHelper and SettingsCollection
    • (PSDK-279) Fix compilation of sample plugins by using SpecificVersion=False for the references to the PluginSdk and HSCF assemblies
    • (PSDK-288) Add a null check to StatusControlCollection.Remove so that it does not throw an exception
    • (PSDK-289) Add AbstractTriggerType.Equals and AbstractTriggerType.GetHashCode
    • Add more unit tests
      • (PSDK-189) Add unit tests for StatusControlCollection
      • (PSDK-222) Add unit tests for AbstractActionType
      • (PSDK-223) Add unit tests for AbstractTriggerType
      • (PSDK-284) Add unit tests for ActionTypeCollection
      • (PSDK-285) Add unit tests for TriggerTypeCollection
      • (PSDK-286) Add unit tests for TrigActInfo
    • Update TrigActInfo documentation
    In This Article
    Back to top HomeSeer Technologies