8000 [E2E][JF] Made JF Datastore cluster attributes/commands provisional by vijs · Pull Request #38946 · project-chip/connectedhomeip · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[E2E][JF] Made JF Datastore cluster attributes/commands provisional #38946

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

Merged
merged 2 commits into from
May 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
XML generated by Alchemy; DO NOT EDIT.
Source: src/service_device_management/JointFabricAdministratorCluster.adoc
Parameters:
Git: 0.9-fall2024-2739-gab998ec5d
Git: 0.9-fall2024-2942-g1338c37b8-dirty
-->
<configurator xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../zcl.xsd">
<domain name="General"/>
Expand Down Expand Up @@ -53,26 +53,46 @@ Git: 0.9-fall2024-2739-gab998ec5d
<globalAttribute code="0xFFFD" side="either" value="1"/>
<attribute code="0x0000" side="server" name="AdministratorFabricIndex" define="ADMINISTRATOR_FABRIC_INDEX" type="fabric_idx" isNullable="true" min="1" max="254">
<access op="read" privilege="administer"/>
<otherwiseConform>
<provisionalConform/>
<mandatoryConform/>
</otherwiseConform>
</attribute>
<command code="0x00" source="client" name="ICACCSRRequest" response="ICACCSRResponse">
<description>This command SHALL be generated during Joint Commissioning Method and subsequently be responded in the form of an ICACCSRResponse command.</description>
<access op="invoke" privilege="administer"/>
<otherwiseConform>
<provisionalConform/>
<mandatoryConform/>
</otherwiseConform>
</command>

<command code="0x01" source="server" name="ICACCSRResponse" disableDefaultResponse="true">
<description>This command SHALL be generated in response to a ICACCSRRequest command.</description>
<arg id="0" name="ICACCSR" type="long_octet_string" length="600"/>
<otherwiseConform>
<provisionalConform/>
<mandatoryConform/>
</otherwiseConform>
</command>

<command code="0x02" source="client" name="AddICAC" response="ICACResponse">
<description>This command SHALL be generated and executed during Joint Commissioning Method and subsequently be responded in the form of an ICACResponse command.</description>
<access op="invoke" privilege="administer"/>
<arg id="1" name="ICACValue" type="long_octet_string" length="400"/>
<otherwiseConform>
<provisionalConform/>
<mandatoryConform/>
</otherwiseConform>
</command>

<command code="0x03" source="server" name="ICACResponse" disableDefaultResponse="true">
<description>This command SHALL be generated in response to the AddICAC command.</description>
<arg id="0" name="StatusCode" type="ICACResponseStatusEnum" min="0x00" max="0x02"/>
<otherwiseConform>
<provisionalConform/>
<mandatoryConform/>
</otherwiseConform>
</command>

<command code="0x04" source="client" name="OpenJointCommissioningWindow">
Expand All @@ -83,27 +103,47 @@ Git: 0.9-fall2024-2739-gab998ec5d
<arg id="2" name="Discriminator" type="int16u" max="4095"/>
<arg id="3" name="Iterations" type="int32u" min="1000" max="100000"/>
<arg id="4" name="Salt" type="octet_string" length="32" minLength="16"/>
<otherwiseConform>
<provisionalConform/>
<mandatoryConform/>
</otherwiseConform>
</command>

<command code="0x05" source="client" name="TransferAnchorRequest" response="TransferAnchorResponse">
<description>This command SHALL be sent by a candidate Joint Fabric Anchor Administrator to the current Joint Fabric Anchor Administrator to request transfer of the Anchor Fabric.</description>
<access op="invoke" privilege="administer"/>
<otherwiseConform>
<provisionalConform/>
<mandatoryConform/>
</otherwiseConform>
</command>

<command code="0x06" source="server" name="TransferAnchorResponse" disableDefaultResponse="true">
<description>This command SHALL be generated in response to the Transfer Anchor Request command.</description>
<arg id="0" name="StatusCode" type="TransferAnchorResponseStatusEnum" min="0x00" max="0x02"/>
<otherwiseConform>
<provisionalConform/>
<mandatoryConform/>
</otherwiseConform>
</command>

<command code="0x07" source="client" name="TransferAnchorComplete">
<description>This command SHALL indicate the completion of the transfer of the Anchor Fabric to another Joint Fabric Ecosystem Administrator.</description>
<access op="invoke" privilege="administer"/>
<otherwiseConform>
<provisionalConform/>
<mandatoryConform/>
</otherwiseConform>
</command>

<command code="0x08" source="client" name="AnnounceJointFabricAdministrator">
<description>This command SHALL be used for communicating to client the endpoint that holds the Joint Fabric Administrator Cluster.</description>
<access op="invoke" privilege="administer"/>
<arg id="0" name="EndpointID" type="endpoint_no"/>
<otherwiseConform>
<provisionalConform/>
<mandatoryConform/>
</otherwiseConform>
</command>

</cluster>
Expand Down
Loading
Loading
0