Skip to content

Commit 23b1c6b

Browse files
committed
Zap generated after XML update.
1 parent 22db496 commit 23b1c6b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/rvc-app/rvc-common/rvc-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ provisional cluster ServiceArea = 336 {
14581458

14591459
struct LandmarkInfoStruct {
14601460
LandmarkTag landmarkTag = 0;
1461-
nullable PositionTag positionTag = 1;
1461+
nullable RelativePositionTag positionTag = 1;
14621462
}
14631463

14641464
struct AreaInfoStruct {

src/controller/data_model/controller-clusters.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -6480,7 +6480,7 @@ provisional cluster ServiceArea = 336 {
64806480

64816481
struct LandmarkInfoStruct {
64826482
LandmarkTag landmarkTag = 0;
6483-
nullable PositionTag positionTag = 1;
6483+
nullable RelativePositionTag positionTag = 1;
64846484
}
64856485

64866486
struct AreaInfoStruct {

src/controller/python/chip/clusters/Objects.py

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zzz_generated/app-common/app-common/zap-generated/cluster-objects.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)