-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changing names for the app (CON-1610) #1339
Comments
I think you can refer to this example: https://github.com/espressif/esp-matter/blob/main/examples/generic_switch/main/app_main.cpp to use the tag-list attribute in the descriptor cluster to identify every endpoint function. |
I will try it. Thx for the help. |
After took a look to the code but I don't see it how I can relise it. This is my code at the moment:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a question about how to change the display of a product in the google home app or other apps. I have a total of 12 endpoints and would like to change the names from “test_product (X)” to another name. Is there any way to do this? Because it irritates me sometimes that I don't know which button is for which output.
The text was updated successfully, but these errors were encountered: