Skip to content

Commit 9edc6e9

Browse files
committed
Updated after regen_all
1 parent 62760b8 commit 9edc6e9

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

+5-5
Original file line numberDiff line numberDiff line change
@@ -3876,7 +3876,7 @@ cluster ValveConfigurationAndControl = 129 {
38763876
}
38773877

38783878
/** This cluster provides a mechanism for querying data about electrical power as measured by the server. */
3879-
provisional cluster ElectricalPowerMeasurement = 144 {
3879+
cluster ElectricalPowerMeasurement = 144 {
38803880
revision 1;
38813881

38823882
enum MeasurementTypeEnum : enum16 {
@@ -3981,7 +3981,7 @@ provisional cluster ElectricalPowerMeasurement = 144 {
39813981
}
39823982

39833983
/** This cluster provides a mechanism for querying data about the electrical energy imported or provided by the server. */
3984-
provisional cluster ElectricalEnergyMeasurement = 145 {
3984+
cluster ElectricalEnergyMeasurement = 145 {
39853985
revision 1;
39863986

39873987
enum MeasurementTypeEnum : enum16 {
@@ -4278,7 +4278,7 @@ provisional cluster DeviceEnergyManagement = 152 {
42784278
}
42794279

42804280
/** Electric Vehicle Supply Equipment (EVSE) is equipment used to charge an Electric Vehicle (EV) or Plug-In Hybrid Electric Vehicle. This cluster provides an interface to the functionality of Electric Vehicle Supply Equipment (EVSE) management. */
4281-
provisional cluster EnergyEvse = 153 {
4281+
cluster EnergyEvse = 153 {
42824282
revision 2;
42834283

42844284
enum EnergyTransferStoppedReasonEnum : enum8 {
@@ -4490,7 +4490,7 @@ provisional cluster EnergyPreference = 155 {
44904490
}
44914491

44924492
/** The Power Topology Cluster provides a mechanism for expressing how power is flowing between endpoints. */
4493-
provisional cluster PowerTopology = 156 {
4493+
cluster PowerTopology = 156 {
44944494
revision 1;
44954495

44964496
bitmap Feature : bitmap32 {
@@ -4511,7 +4511,7 @@ provisional cluster PowerTopology = 156 {
45114511
}
45124512

45134513
/** Attributes and commands for selecting a mode from a list of supported options. */
4514-
provisional cluster EnergyEvseMode = 157 {
4514+
cluster EnergyEvseMode = 157 {
45154515
revision 1;
45164516

45174517
enum ModeTag : enum16 {

examples/energy-management-app/energy-management-common/energy-management-app.matter

+5-5
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ cluster GroupKeyManagement = 63 {
12371237
}
12381238

12391239
/** This cluster provides a mechanism for querying data about electrical power as measured by the server. */
1240-
provisional cluster ElectricalPowerMeasurement = 144 {
1240+
cluster ElectricalPowerMeasurement = 144 {
12411241
revision 1;
12421242

12431243
enum MeasurementTypeEnum : enum16 {
@@ -1342,7 +1342,7 @@ provisional cluster ElectricalPowerMeasurement = 144 {
13421342
}
13431343

13441344
/** This cluster provides a mechanism for querying data about the electrical energy imported or provided by the server. */
1345-
provisional cluster ElectricalEnergyMeasurement = 145 {
1345+
cluster ElectricalEnergyMeasurement = 145 {
13461346
revision 1;
13471347

13481348
enum MeasurementTypeEnum : enum16 {
@@ -1639,7 +1639,7 @@ provisional cluster DeviceEnergyManagement = 152 {
16391639
}
16401640

16411641
/** Electric Vehicle Supply Equipment (EVSE) is equipment used to charge an Electric Vehicle (EV) or Plug-In Hybrid Electric Vehicle. This cluster provides an interface to the functionality of Electric Vehicle Supply Equipment (EVSE) management. */
1642-
provisional cluster EnergyEvse = 153 {
1642+
cluster EnergyEvse = 153 {
16431643
revision 2;
16441644

16451645
enum EnergyTransferStoppedReasonEnum : enum8 {
@@ -1817,7 +1817,7 @@ provisional cluster EnergyEvse = 153 {
18171817
}
18181818

18191819
/** The Power Topology Cluster provides a mechanism for expressing how power is flowing between endpoints. */
1820-
provisional cluster PowerTopology = 156 {
1820+
cluster PowerTopology = 156 {
18211821
revision 1;
18221822

18231823
bitmap Feature : bitmap32 {
@@ -1838,7 +1838,7 @@ provisional cluster PowerTopology = 156 {
18381838
}
18391839

18401840
/** Attributes and commands for selecting a mode from a list of supported options. */
1841-
provisional cluster EnergyEvseMode = 157 {
1841+
cluster EnergyEvseMode = 157 {
18421842
revision 1;
18431843

18441844
enum ModeTag : enum16 {

src/controller/data_model/controller-clusters.matter

+5-5
Original file line numberDiff line numberDiff line change
@@ -4112,7 +4112,7 @@ cluster ValveConfigurationAndControl = 129 {
41124112
}
41134113

41144114
/** This cluster provides a mechanism for querying data about electrical power as measured by the server. */
4115-
provisional cluster ElectricalPowerMeasurement = 144 {
4115+
cluster ElectricalPowerMeasurement = 144 {
41164116
revision 1;
41174117

41184118
enum MeasurementTypeEnum : enum16 {
@@ -4217,7 +4217,7 @@ provisional cluster ElectricalPowerMeasurement = 144 {
42174217
}
42184218

42194219
/** This cluster provides a mechanism for querying data about the electrical energy imported or provided by the server. */
4220-
provisional cluster ElectricalEnergyMeasurement = 145 {
4220+
cluster ElectricalEnergyMeasurement = 145 {
42214221
revision 1;
42224222

42234223
enum MeasurementTypeEnum : enum16 {
@@ -4803,7 +4803,7 @@ provisional cluster DeviceEnergyManagement = 152 {
48034803
}
48044804

48054805
/** Electric Vehicle Supply Equipment (EVSE) is equipment used to charge an Electric Vehicle (EV) or Plug-In Hybrid Electric Vehicle. This cluster provides an interface to the functionality of Electric Vehicle Supply Equipment (EVSE) management. */
4806-
provisional cluster EnergyEvse = 153 {
4806+
cluster EnergyEvse = 153 {
48074807
revision 2;
48084808

48094809
enum EnergyTransferStoppedReasonEnum : enum8 {
@@ -5015,7 +5015,7 @@ provisional cluster EnergyPreference = 155 {
50155015
}
50165016

50175017
/** The Power Topology Cluster provides a mechanism for expressing how power is flowing between endpoints. */
5018-
provisional cluster PowerTopology = 156 {
5018+
cluster PowerTopology = 156 {
50195019
revision 1;
50205020

50215021
bitmap Feature : bitmap32 {
@@ -5036,7 +5036,7 @@ provisional cluster PowerTopology = 156 {
50365036
}
50375037

50385038
/** Attributes and commands for selecting a mode from a list of supported options. */
5039-
provisional cluster EnergyEvseMode = 157 {
5039+
cluster EnergyEvseMode = 157 {
50405040
revision 1;
50415041

50425042
enum ModeTag : enum16 {

0 commit comments

Comments
 (0)