Plugin SDK v1.4.2.0 Release Notes
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
- (PSDK-264) Add methods to get a control by
EControlUse
toStatusControlCollection
andHsFeature
- (PSDK-275) Add
EControlUse.IncrementValue
andEControlUse.DecrementValue
- (PSDK-278) GitHub #279 Improve exception messages in
ViewCollectionHelper
andSettingsCollection
- (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
andAbstractTriggerType.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
- (PSDK-189) Add unit tests for
- Update
TrigActInfo
documentation