mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-28 03:23:07 +00:00
a5a1a4d7bd
All examples already set the C++ standard in the project-level CMakeLists.txt. The main component redundantly sets it again. As per the ESP-IDF C++ support guide, a component should only override the C++ version if it intends to use a different one. We want to keep a consistent version across the project, so the redundant setting is removed.
Bridge Command Line
This example demonstrates a Bridge Command Line example that can manage virtual bridged devices with device console for bridge tests.
See the docs for more information about building and flashing the firmware.
1. Additional Environment Setup
No additional setup is required.
2. Post Commissioning Setup
Here are some console command to manage the virtual bridged devices.
- List supported bridged device types
matter esp bridge support
- Add bridged device with specific device type
matter esp bridge add <parent_endpoint_id> <device_type_id>
- Remove bridged device on an endpoint
matter esp bridge remove <endpoint>
- List all the bridged devices
matter esp bridge list
- Reset the Bridge, clear all the bridged endpoints and factory-reset
matter esp bridge reset