Plugin SDK v1.4.1.0 Release Notes
This release focuses on minor fixes and the addition of more samples.
- New examples have been added to sample plugins
- (PSDK-197) - Add example battery-powered sensor devices to the sample plugins.
- (PSDK-266) GitHub #269 - Example thermostat devices have been added to demonstrate how they should be defined to make the best use of the HomeSeer platform features.
- (PSDK-273) - Add samples for the
NavigateButtonView
JUI view. - (PSDK-274) - Add samples for
EInputType.Date
andEInputType.Time
typeInputViews
.
- (PSDK-267) - Add
FeatureFactory.AddControl(StatusControl)
- (PSDK-268) - Fix
FeatureFactory.AddGraphic
incorrectly throwing an ArgumentException - (PSDK-269) GitHub #265 - Remove preview material notes from
DisplayPriority
andDisplayType
- Add
FeatureFactory
unit tests