Skip to content

Commit

Permalink
Update order for maturity
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Oct 13, 2023
1 parent bcbcaf1 commit 2945056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/resource/meta/api_maturity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ limitations under the License.
<client tick="false" init="false">false</client>
<server tick="false" init="false">true</server>

<attribute side="server" code="0x0000" define="STABLE_ATTRIBUTE" type="INT8U" writable="true" optional="true">StableAttribute</attribute>

<struct name="StableStruct">
<cluster code="0x1122"/>
<item fieldId="0" name="Cluster" type="cluster_id" isNullable="true"/>
<item fieldId="1" name="Endpoint" type="endpoint_no" isNullable="true"/>
</struct>

<attribute side="server" code="0x0000" define="STABLE_ATTRIBUTE" type="INT8U" writable="true" optional="true">StableAttribute</attribute>

<command source="client" code="0x00" name="StableCommand" response="StableCommandResponse" optional="false" >
<description>A Test command</description>
<access op="invoke" privilege="administer"/>
Expand Down

0 comments on commit 2945056

Please sign in to comment.