Files
esp-matter/examples
shripad621git afdffde608 esp-matter component and example changes for the submdoule
- 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.
2025-04-11 11:43:22 +05:30
..
2023-10-05 12:47:35 +05:30