- remove unused variable from bounds
- remove unused command callback functions
- add ifdefs for restricting code from compiling and generating warnings
during builds
- Fix unused usage of heap stats function
- Updated the chip submodule to include TE2 updates.
- Removed emberAfCallbacks for ota-provider-cluster.
- Included the static-cluster-config file for ota-provider-cluster.
- Added mandatory commands for operational-credentials-cluster.
- Updated the cluster revisions for descriptor, basic-info and opcreds cluster.
- Fixed the ota-provider-app compilation.
- Fix the usage of CommissionerControlServer's constructor
- rename memeber variables usage of EmberAfDeviceType
EmberAfDeviceType::deviceId is renamed to EmberAfDeviceType::deviceTypeId
EmberAfDeviceType::deviceVersion is renamed to EmberAfDeviceType::deviceTypeRevision
- define actions server endpoint count in gen_config.h
- rename the CLUSTER_MASK_ and ATTRIBUTE_MASK_
CLUSTER_MASK_x and ATTRIBUTE_MASK_x has been renamed to use
MATTER_CLUSTER_FLAG_x and MATTER_ATTRIBUTE_FLAG_x
- Also removed the include of empty header file att-storage.h
- remove the command callbacks that are using CHI
Commands removed:
- emberAfAdministratorCommissioningClusterOpenCommissioningWindowCallback
- emberAfAdministratorCommissioningClusterOpenBasicCommissioningWindowCallback
- emberAfAdministratorCommissioningClusterRevokeCommissioningCallback
- emberAfWiFiNetworkDiagnosticsClusterResetCountsCallback
- emberAfGeneralDiagnosticsClusterTestEventTriggerCallback
- emberAfGeneralDiagnosticsClusterTimeSnapshotCallback
- Fixed the build for door-lock-app.
Update Cluster Revision of all clusters
Add scene clusters missing commands
Add Product Appearance attribute to basic information cluster
Add missing attributes in color control cluster
Add breadcrumb attribute
Add missing attributes and commands in bridged device information cluster
Fix typo in basic information cluster
Add Scene Table Size attribute
Fix CI for zigbee bridge
Add attribute bounds and string length checks
[examples] Removes '-Wformat=0' flag from root CMakeLists.txt's from examples
Solves and fixes#296
Signed-off-by: dhairyashah1 <dhairya.shah@espressif.com>
[zigbee_bridge] Adds PRI format specifiers in zigbee_bridge.cpp
Signed-off-by: dhairyashah1 <dhairya.shah@espressif.com>