Skip to content

Commit

Permalink
Add corresponding matter changed files due to zap change
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed Sep 26, 2024
1 parent 967cffd commit 789cb2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/chef/devices/rootnode_onofflight_samplemei.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2022,11 +2022,11 @@ endpoint 1 {
}

server cluster OnOff {
ram attribute onOff default = 0;
persist attribute onOff default = 0;
ram attribute globalSceneControl default = 1;
ram attribute onTime default = 0;
ram attribute offWaitTime default = 0;
ram attribute startUpOnOff default = 0;
persist attribute startUpOnOff default = 0;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
Expand All @@ -2039,13 +2039,13 @@ endpoint 1 {
}

server cluster LevelControl {
ram attribute currentLevel default = 0x01;
persist attribute currentLevel default = 0x01;
ram attribute remainingTime default = 0x0000;
ram attribute minLevel default = 0x01;
ram attribute maxLevel default = 0xFE;
ram attribute options default = 0x01;
ram attribute onLevel default = 0xFE;
ram attribute startUpCurrentLevel default = 0x01;
persist attribute startUpCurrentLevel default = 0x01;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute attributeList;
Expand Down

0 comments on commit 789cb2a

Please sign in to comment.