Files
esp-matter/examples/bridge_apps/bridge_cli
Shubham Patil a5a1a4d7bd examples: remove redundant C++ standard setting in main component
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.
2025-08-13 11:03:12 +05:30
..

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