We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bd0ce commit 1c92162Copy full SHA for 1c92162
examples/chef/devices/rootnode_heatpump_87ivjRAECh.matter
@@ -1269,7 +1269,7 @@ cluster GeneralDiagnostics = 51 {
1269
/** Take a snapshot of system time and epoch time. */
1270
command TimeSnapshot(): TimeSnapshotResponse = 1;
1271
/** Request a variable length payload response. */
1272
- command PayloadTestRequest(PayloadTestRequestRequest): PayloadTestResponse = 3;
+ command access(invoke: manage) PayloadTestRequest(PayloadTestRequestRequest): PayloadTestResponse = 3;
1273
}
1274
1275
/** Commands to trigger a Node to allow a new Administrator to commission it. */
0 commit comments