Skip to content

Commit b478ae0

Browse files
authored
Fix typo in Ids.h generator that added a 4 to each header cluster code (#41826)
1 parent 1089161 commit b478ae0

File tree

143 files changed

+143
-144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+143
-144
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
// DO NOT EDIT MANUALLY - Generated file
22
//
3-
// Identifier constant values for cluster {{cluster.name}} (cluster code: {{"%d/0x04%X" | format(cluster.code, cluster.code)}})
3+
// Identifier constant values for cluster {{cluster.name}} (cluster code: {{"%d/0x%04X" | format(cluster.code, cluster.code)}})
44
// based on {{input_name}}
55
#pragma once
66

77
#include <clusters/{{cluster.name}}/AttributeIds.h>
88
#include <clusters/{{cluster.name}}/ClusterId.h>
99
#include <clusters/{{cluster.name}}/CommandIds.h>
1010
#include <clusters/{{cluster.name}}/EventIds.h>
11-

zzz_generated/app-common/clusters/AccessControl/Ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT MANUALLY - Generated file
22
//
3-
// Identifier constant values for cluster AccessControl (cluster code: 31/0x041F)
3+
// Identifier constant values for cluster AccessControl (cluster code: 31/0x001F)
44
// based on src/controller/data_model/controller-clusters.matter
55
#pragma once
66

zzz_generated/app-common/clusters/AccountLogin/Ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT MANUALLY - Generated file
22
//
3-
// Identifier constant values for cluster AccountLogin (cluster code: 1294/0x0450E)
3+
// Identifier constant values for cluster AccountLogin (cluster code: 1294/0x050E)
44
// based on src/controller/data_model/controller-clusters.matter
55
#pragma once
66

zzz_generated/app-common/clusters/Actions/Ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT MANUALLY - Generated file
22
//
3-
// Identifier constant values for cluster Actions (cluster code: 37/0x0425)
3+
// Identifier constant values for cluster Actions (cluster code: 37/0x0025)
44
// based on src/controller/data_model/controller-clusters.matter
55
#pragma once
66

zzz_generated/app-common/clusters/ActivatedCarbonFilterMonitoring/Ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT MANUALLY - Generated file
22
//
3-
// Identifier constant values for cluster ActivatedCarbonFilterMonitoring (cluster code: 114/0x0472)
3+
// Identifier constant values for cluster ActivatedCarbonFilterMonitoring (cluster code: 114/0x0072)
44
// based on src/controller/data_model/controller-clusters.matter
55
#pragma once
66

zzz_generated/app-common/clusters/AdministratorCommissioning/Ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT MANUALLY - Generated file
22
//
3-
// Identifier constant values for cluster AdministratorCommissioning (cluster code: 60/0x043C)
3+
// Identifier constant values for cluster AdministratorCommissioning (cluster code: 60/0x003C)
44
// based on src/controller/data_model/controller-clusters.matter
55
#pragma once
66

zzz_generated/app-common/clusters/AirQuality/Ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT MANUALLY - Generated file
22
//
3-
// Identifier constant values for cluster AirQuality (cluster code: 91/0x045B)
3+
// Identifier constant values for cluster AirQuality (cluster code: 91/0x005B)
44
// based on src/controller/data_model/controller-clusters.matter
55
#pragma once
66

zzz_generated/app-common/clusters/ApplicationBasic/Ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT MANUALLY - Generated file
22
//
3-
// Identifier constant values for cluster ApplicationBasic (cluster code: 1293/0x0450D)
3+
// Identifier constant values for cluster ApplicationBasic (cluster code: 1293/0x050D)
44
// based on src/controller/data_model/controller-clusters.matter
55
#pragma once
66

zzz_generated/app-common/clusters/ApplicationLauncher/Ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT MANUALLY - Generated file
22
//
3-
// Identifier constant values for cluster ApplicationLauncher (cluster code: 1292/0x0450C)
3+
// Identifier constant values for cluster ApplicationLauncher (cluster code: 1292/0x050C)
44
// based on src/controller/data_model/controller-clusters.matter
55
#pragma once
66

zzz_generated/app-common/clusters/AudioOutput/Ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT MANUALLY - Generated file
22
//
3-
// Identifier constant values for cluster AudioOutput (cluster code: 1291/0x0450B)
3+
// Identifier constant values for cluster AudioOutput (cluster code: 1291/0x050B)
44
// based on src/controller/data_model/controller-clusters.matter
55
#pragma once
66

0 commit comments

Comments
 (0)