ver_1.2.1
Below are descriptions of the changes to our shared components, packaged in the libuic Debian package. These changes affects all applications based on the Unify Host SDK.
For the full documentation of this latest release, go to Unify Host SDK documentation.
For the application specific release notes, please follow these links:
Changed (1.2.1)
-
Attribute Store does not save sequentially to the datastore and now uses a
contiki process. A new configuration allows to configure:
-
A cooldown timer, which will wait for this time after the last Attribute
Store update before saving to the datastore.
-
A safety timer, which will save to the datastore regularly, in case the
Attribute Store is being updated more often than the cooldown timer for a
too long time.
-
-
ZAP Generated files are now committed as source and ZAP is not run as part of
the normal build step anymore. In order to generate ZAP files during build one
must add the cmake option
-DZAP_GENERATE=ON
during cmake configuration.
Fixes (1.2.1)
-
Attribute Store Poll Engine did not remove attributes from the poll queue,
when they were deleted causing a warning to be printed when a deleted
attribute was to be polled.