Skip to content

Commit ca0d0fa

Browse files
Bump specification revision to 1.4
- Set SpecificationVersion attribute of basic info to 0x01_04_00_00 - Update tests as needed
1 parent 8b905ab commit ca0d0fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/app/SpecificationDefinedRevisions.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ inline constexpr uint8_t kInteractionModelRevisionTag = 0xFF;
4141
* See section 7.1.1. "Revision History" in the "Data Model Specification"
4242
* chapter of the core Matter specification.
4343
*/
44-
inline constexpr uint16_t kDataModelRevision = 17;
44+
inline constexpr uint16_t kDataModelRevision = 18;
4545

4646
/*
4747
* A number identifying the specification version against which the
@@ -50,7 +50,7 @@ inline constexpr uint16_t kDataModelRevision = 17;
5050
* See section 11.1.5.22. "SpecificationVersion Attribute" in "Service and
5151
* Device Management" chapter of the core Matter specification.
5252
*/
53-
inline constexpr uint32_t kSpecificationVersion = 0x01030000;
53+
inline constexpr uint32_t kSpecificationVersion = 0x01040000;
5454

5555
} // namespace Revision
5656
} // namespace chip

src/app/tests/suites/TestBasicInformation.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ tests:
206206
command: "readAttribute"
207207
attribute: "SpecificationVersion"
208208
response:
209-
# For now all-clusters-app has a version 1.3.
210-
value: 0x01030000
209+
# For now all-clusters-app has a version 1.4.
210+
value: 0x01040000
211211

212212
- label: "Read the Max Paths Per Invoke value"
213213
command: "readAttribute"

0 commit comments

Comments
 (0)