091079ab84
- 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>
5 lines
76 B
YAML
5 lines
76 B
YAML
dependencies:
|
|
espressif/esp_matter: "1.5.1"
|
|
idf:
|
|
version: "==5.5.4"
|