Plugin SDK v1.0.7.1 Release Notes
- Modify IHsController interface
- Add IHsController.SpeakToFile method
- Add IHsController.GetLocation1Name method
- Add IHsController.GetLocation2Name method
- Add IHsController.IsLocation1First method
- Add IHsController.GetFirstLocationName method
- Add IHsController.GetSecondLocationName Method
- Update InputView.IsValueValidForType method
- Fixes GitHub Issue #30 IsValueValidForType does not allow empty strings
- Fixes GitHub Issue #33 Error while saving value on action config page
- Fixes GitHub Issue #34 EInputType.Decimal does not work as expected with triggers/actions
- Add FeatureFactory.AddColorPicker method signature
- Fixes GitHub Issue #39 New ColorPicker controls default to 0-16777215 incorrectly and cannot be changed
- Add SelectListView.GetSelectedOptionKey method
- Add Page.GetViewById method
- Combine shared code for ActionTypeCollection and TriggerTypeCollection into BaseTypeCollection class
- New shared code eliminates the need to implement all constructor signatures for classes inheriting from AbstractActionType or AbstractTriggerType
- Add AbstractActionType.SelectedSubActionIndex property