Skip to content

Commit

Permalink
OTA requestor: Add correct access marker to attribute (#30874)
Browse files Browse the repository at this point in the history
* OTA requestor: Add correct access marker to attribute

* zap_regen
  • Loading branch information
cecille authored and pull[bot] committed Mar 21, 2024
1 parent 0b9f17e commit 2369938
Show file tree
Hide file tree
Showing 55 changed files with 69 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
2 changes: 1 addition & 1 deletion examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
2 changes: 1 addition & 1 deletion examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
2 changes: 1 addition & 1 deletion examples/chef/devices/rootnode_onofflight_samplemei.matter
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
2 changes: 1 addition & 1 deletion examples/chef/devices/rootnode_speaker_RpzeXdimqA.matter
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/lighting-common/lighting-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/nxp/zap/lighting-on-off.matter
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/qpg/zap/light.matter
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
2 changes: 1 addition & 1 deletion examples/lock-app/lock-common/lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
2 changes: 1 addition & 1 deletion examples/lock-app/qpg/zap/lock.matter
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
2 changes: 1 addition & 1 deletion examples/pump-app/pump-common/pump-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
2 changes: 1 addition & 1 deletion examples/pump-app/silabs/data_model/pump-thread-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
2 changes: 1 addition & 1 deletion examples/pump-app/silabs/data_model/pump-wifi-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ cluster OtaSoftwareUpdateRequestor = 42 {
nullable int64s platformCode = 3;
}

attribute ProviderLocation defaultOTAProviders[] = 0;
attribute access(write: administer) ProviderLocation defaultOTAProviders[] = 0;
readonly attribute boolean updatePossible = 1;
readonly attribute UpdateStateEnum updateState = 2;
readonly attribute nullable int8u updateStateProgress = 3;
Expand Down
Loading

0 comments on commit 2369938

Please sign in to comment.