File tree Expand file tree Collapse file tree
component/matter-core-sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11category: Matter|Interaction Model
22
3- description: Implements the Matter Interaction Model for the read client. Mostly use for controller .
3+ description: Implements the Matter Interaction Model for the read client. Mostly used for subcription/reading attributes .
44id: matter_read_client
55label: read_client
66package: matter
@@ -16,9 +16,11 @@ define:
1616 - name: CHIP_CONFIG_ENABLE_READ_CLIENT
1717 value: 1
1818include:
19- - path: third_party/matter_sdk/src/app/BufferedReadCallback.h
20- - path: third_party/matter_sdk/src/app/ReadClient.h
21- - path: third_party/matter_sdk/src/app/ClusterStateCache.h
19+ - path: third_party/matter_sdk/src/app
20+ file_list:
21+ - BufferedReadCallback.h
22+ - ClusterStateCache.h
23+ - ReadClient.h
2224source:
2325- path: third_party/matter_sdk/src/app/ReadClient.cpp
2426- path: third_party/matter_sdk/src/app/BufferedReadCallback.cpp
Original file line number Diff line number Diff line change 1111// <q CHIP_CONFIG_SUBSCRIPTION_TIMEOUT_RESUMPTION> Matter Subscription Timeout Resumption
1212#define CHIP_CONFIG_SUBSCRIPTION_TIMEOUT_RESUMPTION 1
1313
14- // <i> Default: 1
14+ // <i> Default: 0
1515// <q CHIP_CONFIG_ENABLE_READ_CLIENT> Read Client
1616#define CHIP_CONFIG_ENABLE_READ_CLIENT 0
1717
You can’t perform that action at this time.
0 commit comments