Plugin SDK v1.5.0.0 Release Notes
This release contains a small change to devices and an update to Newtonsoft. The Version
was exposed on AbstractHsDevice
. This property can be used to seamlessly migrate devices from a legacy configuration without having to recreate the entire device. This ensures that existing events and other links to that device remain the same. When setting the Version
property to "4.0", make sure you clear all StatusControls
and StatusGraphics
on HsDevices
first. For HsFeatures
, recreate the StatusControls
and StatusGraphics
before setting the Version
.
- Update Newtonsoft to v13.0.3
- Add
AbstractHsDevice.Version
- Add
EProperty.Version