Plugin SDK v1.2.2.0 Release Notes
This release has a mixed focus on restoring some previously deprecated HS3 methods, used for things like speech and global variable management, as well as various bug fixes.
- Add methods used for speech processing (PSDK-121)
- Add methods used for global variable management (PSDK-119) (GitHub Issue 142)
- Add
IHsController.DecryptString()
so plugins can access data stored previously with HS3 (PSDK-97) - Add
FeatureFactory.WithoutMiscFlag()
(PSDK-114) - Update
IHsController.GetDeviceWithFeaturesByRef()
so that it properly returns when values for 0 and 100 are defined (PSDK-82) - Update
JsonError
to inherit fromJsonResponse
(PSDK-113) - Fix blank or missing exceptions being thrown across HSCF
- Mark all exceptions defined within the SDK as Serializable (PSDK-117) (GitHub Issue 129)
- Update HSCF.dll to match latest included with HS4 v4.1.11.0 (PSDK-123)
- Update
EventData
,EventGroupData
, andEventTriggerGroupData
so they properly serialize (GitHub Issue 145) (PSDK-122) - Fix
ViewCollectionHelper.RemoveViewById()
(GitHub Pull 122) (GitHub Issue 95) (PSDK-125)