From 22cfdb349b480e5dd738599c2c488016292fe341 Mon Sep 17 00:00:00 2001 From: Terence Hampson Date: Wed, 15 Nov 2023 18:45:17 +0000 Subject: [PATCH] Address PR comments --- src/app/clusters/basic-information/basic-information.cpp | 1 + src/app/tests/suites/TestBasicInformation.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/app/clusters/basic-information/basic-information.cpp b/src/app/clusters/basic-information/basic-information.cpp index 86e9f89824b53e..510e4991b25bae 100644 --- a/src/app/clusters/basic-information/basic-information.cpp +++ b/src/app/clusters/basic-information/basic-information.cpp @@ -399,6 +399,7 @@ CHIP_ERROR BasicAttrAccess::ReadSpecificationVersion(AttributeValueEncoder & aEn uint32_t specification_version = CHIP_DEVICE_SPECIFICATION_VERSION; return aEncoder.Encode(specification_version); } + CHIP_ERROR BasicAttrAccess::ReadMaxPathsPerInvoke(AttributeValueEncoder & aEncoder) { uint16_t max_path_per_invoke = CHIP_CONFIG_MAX_PATHS_PER_INVOKE; diff --git a/src/app/tests/suites/TestBasicInformation.yaml b/src/app/tests/suites/TestBasicInformation.yaml index cc423caebdc56d..7db46f10030999 100644 --- a/src/app/tests/suites/TestBasicInformation.yaml +++ b/src/app/tests/suites/TestBasicInformation.yaml @@ -114,6 +114,8 @@ tests: 18, 19, 20, + 21, + 22, 0xFFF8, # GeneratedCommandList 0xFFF9, # AcceptedCommandList 0xFFFB, # AttributeList