How to show custom names for Matter bridge endpoints in controller apps? #1765
Unanswered
Noushadali007
asked this question in
Q&A
Replies: 1 comment 2 replies
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi ESP-Matter team,
I am working on a Matter Bridge implementation using ESP32-S3 and the ESP-Matter
bridge_cliexample.My requirement:
Single ESP32-S3 acts as a Matter Bridge
Multiple virtual light endpoints are created dynamically
I want Matter controller apps to show custom endpoint names like:
Currently the controller apps show generic names like:
I already tried:
BridgedDeviceBasicInformation::NodeLabelFixedLabelclusterbut most controllers still show default names.
Questions:
ESP-Matter version:
Thanks.
All reactions