Skip to content
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

[door-lock-cluster.xml] Remove some extra <access op=invoke role=admi… #24662

Merged
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 @@ -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