Skip to content

Commit

Permalink
Add Absolute Position to zap (#23464)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs authored Dec 13, 2022
1 parent 77fdbcf commit 699dc3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/window-app/common/window-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,7 @@ endpoint 1 {
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
ram attribute featureMap default = 0x0017;
ram attribute featureMap default = 0x001F;
ram attribute clusterRevision default = 5;
}
}
Expand Down
5 changes: 3 additions & 2 deletions examples/window-app/common/window-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -7650,7 +7650,7 @@
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x0017",
"defaultValue": "0x001F",
"reportable": 1,
"minInterval": 0,
"maxInterval": 65344,
Expand Down Expand Up @@ -9241,5 +9241,6 @@
"endpointVersion": 2,
"deviceIdentifier": 514
}
]
],
"log": []
}
2 changes: 1 addition & 1 deletion zzz_generated/window-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 699dc3c

Please sign in to comment.