Skip to content

Commit

Permalink
Regen after sync with master
Browse files Browse the repository at this point in the history
  • Loading branch information
marktrayer committed Dec 19, 2024
1 parent 92c7c58 commit 8bbfaec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ class CameraAvSettingsUserLevelManagementClusterMPTZStruct(
}

companion object {
private const val TAG_PAN = 2
private const val TAG_TILT = 3
private const val TAG_ZOOM = 4
private const val TAG_PAN = 0
private const val TAG_TILT = 1
private const val TAG_ZOOM = 2

fun fromTlv(
tlvTag: Tag,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ class CameraAvSettingsUserLevelManagementClusterMPTZStruct(
}

companion object {
private const val TAG_PAN = 2
private const val TAG_TILT = 3
private const val TAG_ZOOM = 4
private const val TAG_PAN = 0
private const val TAG_TILT = 1
private const val TAG_ZOOM = 2

fun fromTlv(
tlvTag: Tag,
Expand Down
6 changes: 3 additions & 3 deletions src/controller/python/chip/clusters/Objects.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8bbfaec

Please sign in to comment.