Skip to content

Commit 5c0c081

Browse files
[SL-ONLY] Update multi-sensor zap generation
1 parent 97e9b56 commit 5c0c081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/multi-sensor-app/silabs/data_model/multi-sensor-thread-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ cluster IcdManagement = 70 {
17811781

17821782
/** Attributes and commands for configuring the measurement of temperature, and reporting temperature measurements. */
17831783
cluster TemperatureMeasurement = 1026 {
1784-
revision 1; // NOTE: Default/not specifically set
1784+
revision 4;
17851785

17861786
readonly attribute nullable temperature measuredValue = 0;
17871787
readonly attribute nullable temperature minMeasuredValue = 1;

examples/multi-sensor-app/silabs/data_model/multi-sensor-wifi-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ cluster UserLabel = 65 {
15941594

15951595
/** Attributes and commands for configuring the measurement of temperature, and reporting temperature measurements. */
15961596
cluster TemperatureMeasurement = 1026 {
1597-
revision 1; // NOTE: Default/not specifically set
1597+
revision 4;
15981598

15991599
readonly attribute nullable temperature measuredValue = 0;
16001600
readonly attribute nullable temperature minMeasuredValue = 1;

0 commit comments

Comments
 (0)