|
1 | 1 | # Overview and user interface |
2 | 2 |
|
3 | | -The {{app_name}} main window displays the basic information about the Matter cluster. The user interface broadly follows the organization of other nRF Connect for Desktop apps. |
| 3 | +The Matter Cluster Editor app main window displays the basic information about the Matter cluster. The user interface broadly follows the organization of other nRF Connect for Desktop apps. |
4 | 4 |
|
5 | | -When you start the {{app_name}}, the application main window appears with the **Cluster** tab selected by default and its main panel empty. |
| 5 | +When you start the Matter Cluster Editor app, the application main window appears with the **Cluster** tab selected by default and its main panel empty. |
6 | 6 |
|
7 | | - |
| 7 | + |
8 | 8 |
|
9 | 9 | !!! info "Tip" |
10 | 10 | You can learn about tool functionalities directly from the tool interface by hovering your mouse over elements to see dedicated tooltips with information about each element. |
@@ -39,7 +39,7 @@ The buttons in this section let you load Matter cluster XML files and save them. |
39 | 39 |
|
40 | 40 | This section includes the **Save extension to file** button, which checks the difference between the current filled-in values and the loaded cluster and saves the difference to an XML file. |
41 | 41 |
|
42 | | -The {{app_name}} automatically compares your current cluster with the originally loaded cluster and saves only the differences as an extension file. This means the following: |
| 42 | +The Matter Cluster Editor app automatically compares your current cluster with the originally loaded cluster and saves only the differences as an extension file. This means the following: |
43 | 43 |
|
44 | 44 | - Only newly added elements are included in the extension. |
45 | 45 | - Modified elements are included with their new values. |
@@ -532,13 +532,13 @@ You can edit the following fields of the feature entry. |
532 | 532 |
|
533 | 533 | Here you can view application information, restore settings to default, access source code, and documentation. You also can find information on the selected device, access support tools, and enable verbose logging. |
534 | 534 |
|
535 | | - |
| 535 | + |
536 | 536 |
|
537 | 537 | ## Log |
538 | 538 |
|
539 | 539 | The Log panel allows you to view the most important log events, tagged with a timestamp. |
540 | 540 |
|
541 | | -Given that the {{app_name}} does not interact with any devices, it does not use the Log panel. For this reason, the panel is hidden by default (the **SHOW LOG** toggle is disabled). |
| 541 | +Given that the Matter Cluster Editor app does not interact with any devices, it does not use the Log panel. For this reason, the panel is hidden by default (the **SHOW LOG** toggle is disabled). |
542 | 542 |
|
543 | 543 | ## Notifications |
544 | 544 |
|
|
0 commit comments