Skip to content

Commit 252f338

Browse files
Fix comments
1 parent 68ac0dc commit 252f338

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

slc/component/matter-core-sdk/read_client.slcc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
category: 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.
44
id: matter_read_client
55
label: read_client
66
package: matter
@@ -16,9 +16,11 @@ define:
1616
- name: CHIP_CONFIG_ENABLE_READ_CLIENT
1717
value: 1
1818
include:
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
2224
source:
2325
- path: third_party/matter_sdk/src/app/ReadClient.cpp
2426
- path: third_party/matter_sdk/src/app/BufferedReadCallback.cpp

slc/inc/app/AppBuildConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

0 commit comments

Comments
 (0)