mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
afdffde608
- 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.