@@ -24,19 +24,19 @@ limitations under the License.
24
24
<client init =" false" tick =" false" >true</client >
25
25
<server init =" false" tick =" false" >true</server >
26
26
<description >This cluster provides an interface for UX navigation within a set of targets on a device or endpoint.</description >
27
- <attribute side =" server" code =" 0x0000" define =" TARGET_NAVIGATOR_LIST" type =" ARRAY" entryType =" TargetInfo " length =" 254" writable =" false" optional =" false" >TargetList</attribute >
27
+ <attribute side =" server" code =" 0x0000" define =" TARGET_NAVIGATOR_LIST" type =" ARRAY" entryType =" TargetInfoStruct " length =" 254" writable =" false" optional =" false" >TargetList</attribute >
28
28
<attribute side =" server" code =" 0x0001" define =" TARGET_NAVIGATOR_CURRENT_TARGET" type =" INT8U" default =" 0" min =" 0x00" max =" 0xFF" writable =" false" optional =" true" >CurrentTarget</attribute >
29
29
30
30
<command source =" client" code =" 0x00" name =" NavigateTarget" response =" NavigateTargetResponse" optional =" false" >
31
31
<description >Upon receipt, this SHALL navigation the UX to the target identified.</description >
32
- <arg name =" target " type =" INT8U" />
33
- <arg name =" data " type =" CHAR_STRING" optional =" true" />
32
+ <arg name =" Target " type =" INT8U" />
33
+ <arg name =" Data " type =" CHAR_STRING" optional =" true" />
34
34
</command >
35
35
36
36
<command source =" server" code =" 0x01" name =" NavigateTargetResponse" optional =" false" >
37
37
<description >This command SHALL be generated in response to NavigateTarget commands.</description >
38
- <arg name =" status " type =" TargetNavigatorStatusEnum" />
39
- <arg name =" data " type =" CHAR_STRING" optional =" true" />
38
+ <arg name =" Status " type =" TargetNavigatorStatusEnum" />
39
+ <arg name =" Data " type =" CHAR_STRING" optional =" true" />
40
40
</command >
41
41
</cluster >
42
42
@@ -47,9 +47,9 @@ limitations under the License.
47
47
<item name =" NotAllowed" value =" 0x02" />
48
48
</enum >
49
49
50
- <struct name =" TargetInfo " >
50
+ <struct name =" TargetInfoStruct " >
51
51
<cluster code =" 0x0505" />
52
- <item name =" identifier " type =" INT8U" />
53
- <item name =" name " type =" CHAR_STRING" length =" 32" />
52
+ <item name =" Identifier " type =" INT8U" />
53
+ <item name =" Name " type =" CHAR_STRING" length =" 32" />
54
54
</struct >
55
55
</configurator >
0 commit comments