Skip to content

Commit 9207eeb

Browse files
authored
Modified cluster-revsion default value (#29807)
1 parent 1691e9c commit 9207eeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/thermostat/thermostat-common/thermostat.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@ endpoint 1 {
20442044
callback attribute acceptedCommandList;
20452045
callback attribute attributeList;
20462046
ram attribute featureMap default = 0;
2047-
ram attribute clusterRevision default = 1;
2047+
ram attribute clusterRevision default = 2;
20482048
}
20492049
}
20502050

examples/thermostat/thermostat-common/thermostat.zap

+2-2
Original file line numberDiff line numberDiff line change
@@ -5017,7 +5017,7 @@
50175017
"storageOption": "RAM",
50185018
"singleton": 0,
50195019
"bounded": 0,
5020-
"defaultValue": "1",
5020+
"defaultValue": "2",
50215021
"reportable": 1,
50225022
"minInterval": 1,
50235023
"maxInterval": 65534,
@@ -5045,4 +5045,4 @@
50455045
}
50465046
],
50475047
"log": []
5048-
}
5048+
}

0 commit comments

Comments
 (0)