Skip to content

Commit

Permalink
[door-lock-cluster.xml] Remove some extra <access op=invoke role=admi…
Browse files Browse the repository at this point in the history
…nister /> qualifications for responses. (#24662)
  • Loading branch information
vivien-apple authored and pull[bot] committed Nov 6, 2023
1 parent cd3fe27 commit 1664908
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ limitations under the License.
<!-- Conformance feature WDSCH - for now optional -->
<command source="server" code="12" name="GetWeekDayScheduleResponse" disableDefaultResponse="true" optional="true">
<description>Returns the weekly repeating schedule data for the specified schedule index.</description>
<access op="invoke" role="administer" />
<arg name="WeekDayIndex" type="INT8U" />
<arg name="UserIndex" type="INT16U" />
<arg name="Status" type="DlStatus" />
Expand Down Expand Up @@ -274,7 +273,6 @@ limitations under the License.
<!-- Conformance feature YDSCH - for now optional -->
<command source="server" code="15" name="GetYearDayScheduleResponse" disableDefaultResponse="true" optional="true">
<description>Returns the year day schedule data for the specified schedule and user indexes.</description>
<access op="invoke" role="administer" />
<arg name="YearDayIndex" type="INT8U" />
<arg name="UserIndex" type="INT16U" />
<arg name="Status" type="DlStatus" />
Expand Down Expand Up @@ -306,7 +304,6 @@ limitations under the License.
<!-- Conformance feature HDSCH - for now optional -->
<command source="server" code="18" name="GetHolidayScheduleResponse" disableDefaultResponse="true" optional="true">
<description>Returns the Holiday Schedule Entry for the specified Holiday ID.</description>
<access op="invoke" role="administer" />
<arg name="HolidayIndex" type="INT8U" />
<arg name="Status" type="DlStatus" />
<arg name="LocalStartTime" type="epoch_s" optional="true" />
Expand Down Expand Up @@ -340,7 +337,6 @@ limitations under the License.
<!-- Conformance feature USR - for now optional -->
<command source="server" code="28" name="GetUserResponse" disableDefaultResponse="true" optional="true">
<description>Returns the User for the specified UserIndex.</description>
<access op="invoke" role="administer" />
<arg name="UserIndex" type="INT16U" />
<arg name="UserName" type="CHAR_STRING" isNullable="true" />
<arg name="UserUniqueID" type="INT32U" isNullable="true" />
Expand Down Expand Up @@ -372,7 +368,6 @@ limitations under the License.
<!-- Conformance feature USR - for now optional -->
<command source="server" code="35" name="SetCredentialResponse" disableDefaultResponse="true" optional="true">
<description>Returns the status for setting the specified credential.</description>
<access op="invoke" role="administer" />
<arg name="Status" type="DlStatus" />
<arg name="UserIndex" type="INT16U" isNullable="true" />
<arg name="NextCredentialIndex" type="INT16U" isNullable="true" />
Expand All @@ -386,7 +381,6 @@ limitations under the License.
<!-- Conformance feature USR - for now optional -->
<command source="server" code="37" name="GetCredentialStatusResponse" disableDefaultResponse="true" optional="true">
<description>Returns the status for the specified credential.</description>
<access op="invoke" role="administer" />
<arg name="CredentialExists" type="boolean" />
<arg name="UserIndex" type="INT16U" isNullable="true" />
<arg name="CreatorFabricIndex" type="fabric_idx" isNullable="true" />
Expand Down

0 comments on commit 1664908

Please sign in to comment.