Skip to content

Commit

Permalink
Add tagList in EP1
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Nov 11, 2024
1 parent 9984c44 commit 8b5ffd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/chef/devices/rootnode_heatpump_87ivjRAECh.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2597,6 +2597,7 @@ endpoint 1 {
callback attribute serverList;
callback attribute clientList;
callback attribute partsList;
callback attribute tagList;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
Expand Down Expand Up @@ -2744,7 +2745,7 @@ endpoint 3 {
}

server cluster TemperatureMeasurement {
ram attribute measuredValue default = 6000;
ram attribute measuredValue default = 4000;
ram attribute minMeasuredValue default = 0;
ram attribute maxMeasuredValue default = 90;
callback attribute generatedCommandList;
Expand Down

0 comments on commit 8b5ffd5

Please sign in to comment.