Skip to content

Commit 2960abc

Browse files
Jerry-ESPkliffwongkliffQorvo
authored
[OTA] update Access right for AnnounceOTAProvider command (project-chip#40243) (project-chip#41943)
* [MATTER] update Access right for AnnounceOTAProvider command * [OTA] Regenerate all files after zap template update --------- Co-authored-by: Kliff Wong <[email protected]> Co-authored-by: Kliff Wong <[email protected]>
1 parent 4b5e6c4 commit 2960abc

File tree

87 files changed

+91
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+91
-84
lines changed

examples/air-purifier-app/air-purifier-common/air-purifier-app.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
870870
}
871871

872872
/** Announce the presence of an OTA Provider */
873-
command AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
873+
command access(invoke: administer) AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
874874
}
875875

876876
/** This cluster is used to manage global aspects of the Commissioning flow. */

examples/air-quality-sensor-app/air-quality-sensor-common/air-quality-sensor-app.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
799799
}
800800

801801
/** Announce the presence of an OTA Provider */
802-
command AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
802+
command access(invoke: administer) AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
803803
}
804804

805805
/** This cluster is used to manage global aspects of the Commissioning flow. */

examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
13371337
}
13381338

13391339
/** Announce the presence of an OTA Provider */
1340-
command AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
1340+
command access(invoke: administer) AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
13411341
}
13421342

13431343
/** Nodes should be expected to be deployed to any and all regions of the world. These global regions

examples/all-clusters-app/realtek/data_model/all-clusters-app.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
13371337
}
13381338

13391339
/** Announce the presence of an OTA Provider */
1340-
command AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
1340+
command access(invoke: administer) AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
13411341
}
13421342

13431343
/** Nodes should be expected to be deployed to any and all regions of the world. These global regions

examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
12661266
}
12671267

12681268
/** Announce the presence of an OTA Provider */
1269-
command AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
1269+
command access(invoke: administer) AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
12701270
}
12711271

12721272
/** Nodes should be expected to be deployed to any and all regions of the world. These global regions

examples/camera-app/camera-common/camera-app.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
895895
}
896896

897897
/** Announce the presence of an OTA Provider */
898-
command AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
898+
command access(invoke: administer) AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
899899
}
900900

901901
/** Nodes should be expected to be deployed to any and all regions of the world. These global regions

examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
10901090
}
10911091

10921092
/** Announce the presence of an OTA Provider */
1093-
command AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
1093+
command access(invoke: administer) AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
10941094
}
10951095

10961096
/** This cluster is used to manage global aspects of the Commissioning flow. */

examples/chef/devices/rootnode_airpurifier_73a6fe2651.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
870870
}
871871

872872
/** Announce the presence of an OTA Provider */
873-
command AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
873+
command access(invoke: administer) AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
874874
}
875875

876876
/** This cluster is used to manage global aspects of the Commissioning flow. */

examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
799799
}
800800

801801
/** Announce the presence of an OTA Provider */
802-
command AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
802+
command access(invoke: administer) AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
803803
}
804804

805805
/** This cluster is used to describe the configuration and capabilities of a physical power source that provides power to the Node. */

examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
994994
}
995995

996996
/** Announce the presence of an OTA Provider */
997-
command AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
997+
command access(invoke: administer) AnnounceOTAProvider(AnnounceOTAProviderRequest): DefaultSuccess = 0;
998998
}
999999

10001000
/** This cluster is used to manage global aspects of the Commissioning flow. */

0 commit comments

Comments
 (0)