Plugin SDK v1.2.0.0 Release Notes
This release is focused on supporting category management and enhancing the options for showing Device Configuration pages.
- Add methods for category management (PSDK-17) (GitHub Issue 47)
- Add
IHsController.CreateCategory()
- Add
IHsController.GetAllCategories()
- Add
IHsController.GetCategoryNameById()
- Add
IHsController.GetCategoryImageById()
- Add
IHsController.GetRefsByCategoryId()
- Add
IHsController.SetImageForCategoryById()
- Add
IHsController.SetNameForCategoryById()
- Add
IHsController.SetRefsForCategoryById()
- Add
IHsController.AddRefToCategory()
- Add
IHsController.AddRefsToCategory()
- Add
IHsController.RemoveRefFromCategory()
- Add
IHsController.RemoveRefsFromCategory()
- Add
- Add
AbstractPlugin.HasJuiDeviceConfigPage()
to give a plugin the option to show a page for a particular device or not (PSDK-92) - Fix KeyNotFoundException when accessing certain valid controls in a
StatusControlCollection
(PSDK-87) (GitHub Issue 93) - Change default feature
Misc
flags to includeEMiscFlag.SetDoesNotChangeLastChange
(PSDK-90)