Skip to content

Commit

Permalink
Correct default featuremap value in tv-apps target navigator cluster (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson authored and pull[bot] committed Dec 5, 2023
1 parent 21976a8 commit 5f2c994
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/tv-app/tv-common/tv-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@ endpoint 1 {
server cluster TargetNavigator {
callback attribute targetList;
ram attribute currentTarget;
ram attribute featureMap default = 0x0001;
ram attribute featureMap;
ram attribute clusterRevision default = 1;
}

Expand Down
2 changes: 1 addition & 1 deletion examples/tv-app/tv-common/tv-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -8329,7 +8329,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x0001",
"defaultValue": "0",
"reportable": 1,
"minInterval": 1,
"maxInterval": 65534,
Expand Down
2 changes: 1 addition & 1 deletion zzz_generated/tv-app/zap-generated/endpoint_config.h

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

0 comments on commit 5f2c994

Please sign in to comment.