You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the blue area at the top of the side panel sections. When you load a Matter cluster XML file, the name of the cluster is displayed here (for example, `NordicDevKit` in the following image.)
23
+
24
+

25
+
26
+
!!! info "Tip"
27
+
You can change the name of the cluster by clicking on the name bar and typing a new name. The new name must be unique across all available clusters in the Matter Data Model.
28
+
20
29
### XML Cluster File
21
30
22
31
The buttons in this section let you load Matter cluster XML files and save them.
@@ -40,20 +49,45 @@ If there is no difference, the tool shows a notification indicating that there i
40
49
41
50

42
51
43
-
### Cluster name field
52
+
### Utility
44
53
45
-
This is the blue area at the top of the side panel sections. When you load a Matter cluster XML file, the name of the cluster is displayed here (for example, `NordicDevKit` in the following image.)
54
+
This tab includes utilities mechanism that you can use to manipulate edited data.
46
55
47
-

56
+
Currently the following utilities are supported:
48
57
49
-
!!! info "Tip"
50
-
You can change the name of the cluster by clicking on the name bar and typing a new name. The new name must be unique across all available clusters in the Matter Data Model.
Use this button to wipe all data stored in the current window and reset the application to its initial state. This operation cannot be undone, so the following message appears:
63
+
64
+

51
65
52
-
If the file contains more than one cluster, the tool shows a notification with the list of available clusters, as in the following image.
Click an item in one of the lists to open and edit it in the main window.
89
+
Please note: You can only edit one cluster or cluster extension in the main window at a time.
90
+
If you want to make changes to a different item, simply select it from the list, your changes will be preserved and you can switch between items freely.
57
91
58
92
## Main window
59
93
@@ -522,4 +556,23 @@ The tool validates that all required fields are filled before saving. If require
522
556
523
557
If there are no differences between the current cluster and the loaded cluster, the tool shows a message indicating no data to create an extension:
524
558
525
-

559
+

560
+
561
+
If the loaded XML file does have elements that have not defined all mandatory fields, the tool show a message indicating all of them to inform user that the missing values were replaced with the default values:
If you choose one of the numerical types, then the **Max** value must be bigger thatn **Min** value. If the condition is not met, the following message appears:
577
+
578
+

0 commit comments