-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RPC: Use ReadSingleClusterData for Attribute Service (#19772)
Switch from ember APIs to ReadSingleClusterData to support attributes which are not in the attribute store. Add returning the TLV data as part of the AttributeData which can be used to get more complex data types.
- Loading branch information
Showing
3 changed files
with
120 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
|
||
chip.rpc.AttributeData.data_bytes max_size:128 | ||
chip.rpc.AttributeData.data_bytes max_size:128 | ||
chip.rpc.AttributeData.tlv_data max_size:256 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters