Skip to content

Commit 9e70d02

Browse files
[nrf toup] Regenrate Temperature, Humidity & pressure Clusters
The TemperatureMeasurement, HumidityMeasurements and PressureMeasurement cluters were not up-to-date with Matter 1.6. It caused wrong cluster revisions and some more missing items. To be compliant with the platform certification test cases we must update the datamodel for those three clusters. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent b52abbc commit 9e70d02

36 files changed

Lines changed: 84 additions & 81 deletions

File tree

examples/air-purifier-app/air-purifier-common/air-purifier-app.matter

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,7 +2298,7 @@ cluster FanControl = 514 {
22982298

22992299
/** Attributes and commands for configuring the measurement of temperature, and reporting temperature measurements. */
23002300
cluster TemperatureMeasurement = 1026 {
2301-
revision 4;
2301+
revision 6;
23022302

23032303
readonly attribute nullable temperature measuredValue = 0;
23042304
readonly attribute nullable temperature minMeasuredValue = 1;
@@ -2313,7 +2313,7 @@ cluster TemperatureMeasurement = 1026 {
23132313

23142314
/** Attributes and commands for configuring the measurement of relative humidity, and reporting relative humidity measurements. */
23152315
cluster RelativeHumidityMeasurement = 1029 {
2316-
revision 3;
2316+
revision 5;
23172317

23182318
readonly attribute nullable int16u measuredValue = 0;
23192319
readonly attribute nullable int16u minMeasuredValue = 1;

examples/air-quality-sensor-app/air-quality-sensor-common/air-quality-sensor-app.matter

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ cluster AirQuality = 91 {
18831883

18841884
/** Attributes and commands for configuring the measurement of temperature, and reporting temperature measurements. */
18851885
cluster TemperatureMeasurement = 1026 {
1886-
revision 4;
1886+
revision 6;
18871887

18881888
readonly attribute nullable temperature measuredValue = 0;
18891889
readonly attribute nullable temperature minMeasuredValue = 1;
@@ -1898,7 +1898,7 @@ cluster TemperatureMeasurement = 1026 {
18981898

18991899
/** Attributes and commands for configuring the measurement of relative humidity, and reporting relative humidity measurements. */
19001900
cluster RelativeHumidityMeasurement = 1029 {
1901-
revision 3;
1901+
revision 5;
19021902

19031903
readonly attribute nullable int16u measuredValue = 0;
19041904
readonly attribute nullable int16u minMeasuredValue = 1;

examples/air-quality-sensor-app/air-quality-sensor-common/icd-lit-air-quality-sensor-app.matter

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ cluster AirQuality = 91 {
19801980

19811981
/** Attributes and commands for configuring the measurement of temperature, and reporting temperature measurements. */
19821982
cluster TemperatureMeasurement = 1026 {
1983-
revision 4;
1983+
revision 6;
19841984

19851985
readonly attribute nullable temperature measuredValue = 0;
19861986
readonly attribute nullable temperature minMeasuredValue = 1;
@@ -1995,7 +1995,7 @@ cluster TemperatureMeasurement = 1026 {
19951995

19961996
/** Attributes and commands for configuring the measurement of relative humidity, and reporting relative humidity measurements. */
19971997
cluster RelativeHumidityMeasurement = 1029 {
1998-
revision 3;
1998+
revision 5;
19991999

20002000
readonly attribute nullable int16u measuredValue = 0;
20012001
readonly attribute nullable int16u minMeasuredValue = 1;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5724,7 +5724,7 @@ cluster IlluminanceMeasurement = 1024 {
57245724

57255725
/** Attributes and commands for configuring the measurement of temperature, and reporting temperature measurements. */
57265726
cluster TemperatureMeasurement = 1026 {
5727-
revision 4;
5727+
revision 6;
57285728

57295729
readonly attribute nullable temperature measuredValue = 0;
57305730
readonly attribute nullable temperature minMeasuredValue = 1;
@@ -5739,7 +5739,7 @@ cluster TemperatureMeasurement = 1026 {
57395739

57405740
/** Attributes and commands for configuring the measurement of pressure, and reporting pressure measurements. */
57415741
cluster PressureMeasurement = 1027 {
5742-
revision 3;
5742+
revision 5;
57435743

57445744
bitmap Feature : bitmap32 {
57455745
kExtended = 0x1;
@@ -5778,7 +5778,7 @@ cluster FlowMeasurement = 1028 {
57785778

57795779
/** Attributes and commands for configuring the measurement of relative humidity, and reporting relative humidity measurements. */
57805780
cluster RelativeHumidityMeasurement = 1029 {
5781-
revision 3;
5781+
revision 5;
57825782

57835783
readonly attribute nullable int16u measuredValue = 0;
57845784
readonly attribute nullable int16u minMeasuredValue = 1;

examples/all-clusters-app/realtek/data_model/all-clusters-app.matter

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6581,7 +6581,7 @@ cluster IlluminanceMeasurement = 1024 {
65816581

65826582
/** Attributes and commands for configuring the measurement of temperature, and reporting temperature measurements. */
65836583
cluster TemperatureMeasurement = 1026 {
6584-
revision 4;
6584+
revision 6;
65856585

65866586
readonly attribute nullable temperature measuredValue = 0;
65876587
readonly attribute nullable temperature minMeasuredValue = 1;
@@ -6596,7 +6596,7 @@ cluster TemperatureMeasurement = 1026 {
65966596

65976597
/** Attributes and commands for configuring the measurement of pressure, and reporting pressure measurements. */
65986598
cluster PressureMeasurement = 1027 {
6599-
revision 3;
6599+
revision 5;
66006600

66016601
bitmap Feature : bitmap32 {
66026602
kExtended = 0x1;
@@ -6635,7 +6635,7 @@ cluster FlowMeasurement = 1028 {
66356635

66366636
/** Attributes and commands for configuring the measurement of relative humidity, and reporting relative humidity measurements. */
66376637
cluster RelativeHumidityMeasurement = 1029 {
6638-
revision 3;
6638+
revision 5;
66396639

66406640
readonly attribute nullable int16u measuredValue = 0;
66416641
readonly attribute nullable int16u minMeasuredValue = 1;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4907,7 +4907,7 @@ cluster IlluminanceMeasurement = 1024 {
49074907

49084908
/** Attributes and commands for configuring the measurement of temperature, and reporting temperature measurements. */
49094909
cluster TemperatureMeasurement = 1026 {
4910-
revision 4;
4910+
revision 6;
49114911

49124912
readonly attribute nullable temperature measuredValue = 0;
49134913
readonly attribute nullable temperature minMeasuredValue = 1;
@@ -4922,7 +4922,7 @@ cluster TemperatureMeasurement = 1026 {
49224922

49234923
/** Attributes and commands for configuring the measurement of pressure, and reporting pressure measurements. */
49244924
cluster PressureMeasurement = 1027 {
4925-
revision 3;
4925+
revision 5;
49264926

49274927
bitmap Feature : bitmap32 {
49284928
kExtended = 0x1;
@@ -4961,7 +4961,7 @@ cluster FlowMeasurement = 1028 {
49614961

49624962
/** Attributes and commands for configuring the measurement of relative humidity, and reporting relative humidity measurements. */
49634963
cluster RelativeHumidityMeasurement = 1029 {
4964-
revision 3;
4964+
revision 5;
49654965

49664966
readonly attribute nullable int16u measuredValue = 0;
49674967
readonly attribute nullable int16u minMeasuredValue = 1;

examples/bridge-app/bridge-common/bridge-app.matter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2275,7 +2275,7 @@ cluster UserLabel = 65 {
22752275

22762276
/** Attributes and commands for configuring the measurement of temperature, and reporting temperature measurements. */
22772277
cluster TemperatureMeasurement = 1026 {
2278-
revision 4;
2278+
revision 6;
22792279

22802280
readonly attribute nullable temperature measuredValue = 0;
22812281
readonly attribute nullable temperature minMeasuredValue = 1;

examples/chef/devices/rootnode_airpurifier_airqualitysensor_temperaturesensor_humiditysensor_thermostat_56de3d5f45.matter

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,7 +2151,7 @@ cluster FanControl = 514 {
21512151

21522152
/** Attributes and commands for configuring the measurement of temperature, and reporting temperature measurements. */
21532153
cluster TemperatureMeasurement = 1026 {
2154-
revision 4;
2154+
revision 6;
21552155

21562156
readonly attribute nullable temperature measuredValue = 0;
21572157
readonly attribute nullable temperature minMeasuredValue = 1;
@@ -2166,7 +2166,7 @@ cluster TemperatureMeasurement = 1026 {
21662166

21672167
/** Attributes and commands for configuring the measurement of relative humidity, and reporting relative humidity measurements. */
21682168
cluster RelativeHumidityMeasurement = 1029 {
2169-
revision 3;
2169+
revision 5;
21702170

21712171
readonly attribute nullable int16u measuredValue = 0;
21722172
readonly attribute nullable int16u minMeasuredValue = 1;

examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.matter

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ cluster AirQuality = 91 {
19031903

19041904
/** Attributes and commands for configuring the measurement of temperature, and reporting temperature measurements. */
19051905
cluster TemperatureMeasurement = 1026 {
1906-
revision 4;
1906+
revision 6;
19071907

19081908
readonly attribute nullable temperature measuredValue = 0;
19091909
readonly attribute nullable temperature minMeasuredValue = 1;
@@ -1918,7 +1918,7 @@ cluster TemperatureMeasurement = 1026 {
19181918

19191919
/** Attributes and commands for configuring the measurement of relative humidity, and reporting relative humidity measurements. */
19201920
cluster RelativeHumidityMeasurement = 1029 {
1921-
revision 3;
1921+
revision 5;
19221922

19231923
readonly attribute nullable int16u measuredValue = 0;
19241924
readonly attribute nullable int16u minMeasuredValue = 1;

examples/chef/devices/rootnode_contactsensor_lightsensor_occupancysensor_temperaturesensor_pressuresensor_flowsensor_humiditysensor_airqualitysensor_powersource_367e7cea91.matter

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@ cluster IlluminanceMeasurement = 1024 {
18121812

18131813
/** Attributes and commands for configuring the measurement of temperature, and reporting temperature measurements. */
18141814
cluster TemperatureMeasurement = 1026 {
1815-
revision 4;
1815+
revision 6;
18161816

18171817
readonly attribute nullable temperature measuredValue = 0;
18181818
readonly attribute nullable temperature minMeasuredValue = 1;
@@ -1827,7 +1827,7 @@ cluster TemperatureMeasurement = 1026 {
18271827

18281828
/** Attributes and commands for configuring the measurement of pressure, and reporting pressure measurements. */
18291829
cluster PressureMeasurement = 1027 {
1830-
revision 3;
1830+
revision 5;
18311831

18321832
bitmap Feature : bitmap32 {
18331833
kExtended = 0x1;
@@ -1866,7 +1866,7 @@ cluster FlowMeasurement = 1028 {
18661866

18671867
/** Attributes and commands for configuring the measurement of relative humidity, and reporting relative humidity measurements. */
18681868
cluster RelativeHumidityMeasurement = 1029 {
1869-
revision 3;
1869+
revision 5;
18701870

18711871
readonly attribute nullable int16u measuredValue = 0;
18721872
readonly attribute nullable int16u minMeasuredValue = 1;

0 commit comments

Comments
 (0)