Below are descriptions of the changes to our shared components.
These changes affects all applications based on the Unify Host SDK.
For the full documentation of this latest release, go to
For the application specific release notes, please follow these links:
Added (1.6.0)
- Portable runtime cli and gui now supports Example Emulated Device(EED) to test without actual hardware.
Changed (1.6.0)
-
Reference platform updated to Bookworm 64-bit based Raspberry Pi OS.
-
ZigPC migrated to Simplicity SDK v2024.6.0 with alpha quality.
-
Mosquitto version updated to 2.0.18.
Known Issues (1.6.0)
-
UIC-2261: Attribute Mapper parent operator navigation does not always work (only on left hand sides).
Note: Avoid using the parent operator in UAM files, use the common_parent_type scope setting instead.
-
UIC-2228: Attribute Mapper reducer is disabled due to errors. The mapper will not successfully reduce constant expressions.
Note: Avoid unnecessary calculations in the UAM files. e.g. write 100 instead of 10*10.
-
UIC-2725: The Dotdot MQTT library does not always use enum names, even though the Unify Specification indicates that it should.
Note: Be tolerant to numbers instead of strings for enums.