Below are descriptions of the changes to our shared components.
These changes affects all applications based on the Unify SDK.
For the full documentation of this latest release, go to
For the application specific release notes, please follow these links:
Added (1.7.0)
- Emulated End Device(EED) application is added supporting majority of Unify clusters with mandatory commands and attributes with Alpha quality.
Changed (1.7.0)
-
Z-Wave Protocol Controller is now released as separate repo.
(https://github.com/SiliconLabsSoftware/z-wave-protocol-controller)
-
Portable Runtime CLI and GUI are now released only as assests.
-
Portable runtime cli and gui now uses Emulated End Device(EED) as a default option.
-
Updated Portable runtime cli and gui to remove the unsupported Unify componets(ZIGPC, AoXPC).
-
Enabled devicetype selection for EED in portable runtime cli and gui.
-
Removed/Deprecated AoxPC, ZigPC, Zigbeed and other Host SDK components.
-
Removed the obsolete home_assistant application.
-
Updated the Portable runtime to align with the removed/deprecated components in Unify.
-
ZAP version updated to v2025.01.15
Known Issues (1.7.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.