Skip to content

Commit

Permalink
Add corresponding changed matter files
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed Sep 26, 2024
1 parent 3e1a00c commit 967cffd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2750,7 +2750,7 @@ endpoint 1 {
}

server cluster FanControl {
ram attribute fanMode default = 0;
persist attribute fanMode default = 0;
ram attribute fanModeSequence default = 2;
ram attribute percentSetting default = 0;
ram attribute percentCurrent default = 0;
Expand Down Expand Up @@ -3136,11 +3136,11 @@ endpoint 5 {
ram attribute absMinHeatSetpointLimit default = 700;
ram attribute absMaxHeatSetpointLimit default = 3000;
persist attribute PIHeatingDemand default = 0;
ram attribute occupiedHeatingSetpoint default = 2000;
ram attribute minHeatSetpointLimit default = 700;
ram attribute maxHeatSetpointLimit default = 3000;
ram attribute controlSequenceOfOperation default = 2;
ram attribute systemMode default = 4;
persist attribute occupiedHeatingSetpoint default = 2000;
persist attribute minHeatSetpointLimit default = 700;
persist attribute maxHeatSetpointLimit default = 3000;
persist attribute controlSequenceOfOperation default = 2;
persist attribute systemMode default = 4;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute eventList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,7 @@ endpoint 1 {

server cluster PowerSource {
ram attribute status default = 1;
ram attribute order default = 1;
persist attribute order default = 1;
ram attribute description default = "Primary Battery";
ram attribute batVoltage default = 4100;
ram attribute batPercentRemaining default = 95;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2428,7 +2428,7 @@ endpoint 1 {
}

server cluster OnOff {
ram attribute onOff default = 0;
persist attribute onOff default = 0;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
Expand All @@ -2441,7 +2441,7 @@ endpoint 1 {
}

server cluster LevelControl {
ram attribute currentLevel default = 0;
persist attribute currentLevel default = 0;
ram attribute minLevel default = 0;
ram attribute maxLevel default = 0xFE;
ram attribute options default = 1;
Expand Down Expand Up @@ -2475,7 +2475,7 @@ endpoint 1 {
}

server cluster FanControl {
ram attribute fanMode default = 0x00;
persist attribute fanMode default = 0x00;
ram attribute fanModeSequence default = 0x02;
ram attribute percentSetting default = 0x00;
ram attribute percentCurrent default = 0x00;
Expand Down
8 changes: 4 additions & 4 deletions examples/chef/devices/rootnode_pump_a811bb33a0.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ endpoint 1 {
}

server cluster OnOff {
ram attribute onOff default = 0;
persist attribute onOff default = 0;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
Expand Down Expand Up @@ -1646,10 +1646,10 @@ endpoint 1 {
ram attribute maxPressure;
ram attribute maxSpeed;
ram attribute maxFlow;
ram attribute effectiveOperationMode;
ram attribute effectiveControlMode;
persist attribute effectiveOperationMode;
persist attribute effectiveControlMode;
ram attribute capacity;
ram attribute operationMode default = 0x00;
persist attribute operationMode default = 0x00;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_speaker_RpzeXdimqA.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1893,7 +1893,7 @@ endpoint 1 {
}

server cluster OnOff {
ram attribute onOff default = 0;
persist attribute onOff default = 0;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
Expand All @@ -1906,7 +1906,7 @@ endpoint 1 {
}

server cluster LevelControl {
ram attribute currentLevel default = 0x00;
persist attribute currentLevel default = 0x00;
ram attribute minLevel default = 0x00;
ram attribute maxLevel default = 0xFE;
ram attribute options default = 0x00;
Expand Down

0 comments on commit 967cffd

Please sign in to comment.