Files
gateway/components/gateway_matter/idf_component.yml
T
Tony 091079ab84 feat(gateway): Implement Matter-to-DALI bridge functionality
- Added support for Matter protocol in the gateway, enabling integration with DALI devices.
- Introduced new configuration options in sdkconfig.defaults for Matter bridge settings.
- Created CMakeLists.txt and idf_component.yml for the new gateway_matter component.
- Developed GatewayMatterBridge class to manage DALI device bindings and Matter interactions.
- Implemented methods for scanning DALI devices, handling attribute updates, and managing provisioning.
- Enhanced GatewayNetworkService to support Wi-Fi provisioning and select preferred network routes.

Signed-off-by: Tony <tonylu@tony-cloud.com>
2026-08-02 10:02:56 +08:00

5 lines
76 B
YAML

dependencies:
espressif/esp_matter: "1.5.1"
idf:
version: "==5.5.4"