Plugin SDK v1.2.3.0 Release Notes
This release is focused on restoring some previously deprecated HS3 methods as well as various bug fixes.
- Add
IHsController.IsScriptRunning()
(PSDK-127) - Add
IHsController.IsMediaPlaying()
(PSDK-128) - Add
IHsController.SendEmail()
(PSDK-129) - Add
IHsController.GetVolume()
(PSDK-133) - Add
IHsController.GetSpeakerInstanceList()
(PSDK-134) - Update documentation to clarify on the use of plugin ID vs legacy plugin name (PSDK-120) (GitHub Issue 141) (GitHub Issue 148)
- Update
StatusGraphic.TryGetLabelForValue()
andStatusGraphic.GetLabelForValue()
so a label is always returned if it is set (PSDK-131) - Fix KeyNotFoundException when accessing certain valid values with
StatusGraphicCollection.ContainsValue()
(PSDK-132)