File tree 1 file changed +2
-2
lines changed
examples/terms-and-conditions-app/terms-and-conditions-common
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -734,7 +734,7 @@ cluster GeneralCommissioning = 48 {
734
734
provisional readonly attribute access(read: administer) optional int16u TCMinRequiredVersion = 6;
735
735
provisional readonly attribute access(read: administer) optional bitmap16 TCAcknowledgements = 7;
736
736
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;
738
738
readonly attribute command_id generatedCommandList[] = 65528;
739
739
readonly attribute command_id acceptedCommandList[] = 65529;
740
740
readonly attribute event_id eventList[] = 65530;
@@ -1095,7 +1095,7 @@ cluster GeneralDiagnostics = 51 {
1095
1095
/** Take a snapshot of system time and epoch time. */
1096
1096
command TimeSnapshot(): TimeSnapshotResponse = 1;
1097
1097
/** Request a variable length payload response. */
1098
- command access(invoke: manage) PayloadTestRequest(PayloadTestRequestRequest): PayloadTestResponse = 3;
1098
+ command PayloadTestRequest(PayloadTestRequestRequest): PayloadTestResponse = 3;
1099
1099
}
1100
1100
1101
1101
/** Commands to trigger a Node to allow a new Administrator to commission it. */
You can’t perform that action at this time.
0 commit comments