Skip to content

Commit 04f1688

Browse files
authored
Update PW-RPC service to use DataModel::Provider for writes (#37160)
* Avoid PW-RPC assertion error if application is stopped without any RPC connections * Anoter PWRPC crash fix * Implement the write from TLV * Update protos to support string and bytes as separate types for encode/decode * Restyle * make writes actually work * Make write(read.tlv) actually work * Fix typo
1 parent 48e1edb commit 04f1688

File tree

4 files changed

+393
-218
lines changed

4 files changed

+393
-218
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11

22
chip.rpc.AttributeData.data_bytes max_size:128
3+
chip.rpc.AttributeData.data_string max_size:128
34
chip.rpc.AttributeData.tlv_data max_size:256

0 commit comments

Comments
 (0)