Skip to content

Commit e068bb5

Browse files
committed
Updated featureMap value for matter file
1 parent d303c59 commit e068bb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/refrigerator-app/silabs/data_model/refrigerator-wifi-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ endpoint 2 {
16831683
callback attribute generatedCommandList;
16841684
callback attribute acceptedCommandList;
16851685
callback attribute attributeList;
1686-
ram attribute featureMap default = 2;
1686+
ram attribute featureMap default = 1;
16871687
ram attribute clusterRevision default = 1;
16881688

16891689
handle command SetTemperature;
@@ -1716,7 +1716,7 @@ endpoint 3 {
17161716
callback attribute generatedCommandList;
17171717
callback attribute acceptedCommandList;
17181718
callback attribute attributeList;
1719-
ram attribute featureMap default = 2;
1719+
ram attribute featureMap default = 1;
17201720
ram attribute clusterRevision default = 1;
17211721

17221722
handle command SetTemperature;

0 commit comments

Comments
 (0)