Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Nov 15, 2023
1 parent 837a8f5 commit 22cfdb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/clusters/basic-information/basic-information.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions src/app/tests/suites/TestBasicInformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ tests:
18,
19,
20,
21,
22,
0xFFF8, # GeneratedCommandList
0xFFF9, # AcceptedCommandList
0xFFFB, # AttributeList
Expand Down

0 comments on commit 22cfdb3

Please sign in to comment.