Skip to content

Commit

Permalink
sync light.matter with light.zap
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor Grajkowski committed May 14, 2024
1 parent a3edf3e commit 64b1b30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/lighting-app/qpg/zap/light.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2346,11 +2346,11 @@ endpoint 1 {
}

server cluster ColorControl {
ram attribute currentHue default = 0x00;
ram attribute currentSaturation default = 0x00;
persist attribute currentHue default = 0x00;
persist attribute currentSaturation default = 0x00;
ram attribute remainingTime default = 0x0000;
persist attribute currentX default = 0x616B;
persist attribute currentY default = 0x607D;
ram attribute currentX default = 0x616B;
ram attribute currentY default = 0x607D;
ram attribute colorTemperatureMireds default = 0x00FA;
ram attribute colorMode default = 0x01;
ram attribute options default = 0x00;
Expand Down

0 comments on commit 64b1b30

Please sign in to comment.