File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ inline constexpr uint8_t kInteractionModelRevisionTag = 0xFF;
41
41
* See section 7.1.1. "Revision History" in the "Data Model Specification"
42
42
* chapter of the core Matter specification.
43
43
*/
44
- inline constexpr uint16_t kDataModelRevision = 17 ;
44
+ inline constexpr uint16_t kDataModelRevision = 18 ;
45
45
46
46
/*
47
47
* A number identifying the specification version against which the
@@ -50,7 +50,7 @@ inline constexpr uint16_t kDataModelRevision = 17;
50
50
* See section 11.1.5.22. "SpecificationVersion Attribute" in "Service and
51
51
* Device Management" chapter of the core Matter specification.
52
52
*/
53
- inline constexpr uint32_t kSpecificationVersion = 0x01030000 ;
53
+ inline constexpr uint32_t kSpecificationVersion = 0x01040000 ;
54
54
55
55
} // namespace Revision
56
56
} // namespace chip
Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ tests:
206
206
command : " readAttribute"
207
207
attribute : " SpecificationVersion"
208
208
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
211
211
212
212
- label : " Read the Max Paths Per Invoke value"
213
213
command : " readAttribute"
You can’t perform that action at this time.
0 commit comments