Skip to content

Commit ae43f11

Browse files
committed
Re-run generate on terms and conditions zap
1 parent c99525c commit ae43f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/terms-and-conditions-app/terms-and-conditions-common/terms-and-conditions-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ cluster GeneralCommissioning = 48 {
734734
provisional readonly attribute access(read: administer) optional int16u TCMinRequiredVersion = 6;
735735
provisional readonly attribute access(read: administer) optional bitmap16 TCAcknowledgements = 7;
736736
provisional readonly attribute access(read: administer) optional boolean TCAcknowledgementsRequired = 8;
737-
provisional readonly attribute access(read: administer) optional int32u TCUpdateDeadline = 9;
737+
provisional readonly attribute access(read: administer) optional nullable int32u TCUpdateDeadline = 9;
738738
readonly attribute command_id generatedCommandList[] = 65528;
739739
readonly attribute command_id acceptedCommandList[] = 65529;
740740
readonly attribute event_id eventList[] = 65530;
@@ -1095,7 +1095,7 @@ cluster GeneralDiagnostics = 51 {
10951095
/** Take a snapshot of system time and epoch time. */
10961096
command TimeSnapshot(): TimeSnapshotResponse = 1;
10971097
/** Request a variable length payload response. */
1098-
command access(invoke: manage) PayloadTestRequest(PayloadTestRequestRequest): PayloadTestResponse = 3;
1098+
command PayloadTestRequest(PayloadTestRequestRequest): PayloadTestResponse = 3;
10991099
}
11001100

11011101
/** Commands to trigger a Node to allow a new Administrator to commission it. */

0 commit comments

Comments
 (0)