-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an example dishwasher configuration to chef devices #28703
Add an example dishwasher configuration to chef devices #28703
Conversation
mideayanghui
commented
Aug 15, 2023
- Adds the dishwasher device type to the list of matter device type.
- Adds an example dishwasher device type configuration in chef/devices.
PR #28703: Size comparison from af74ecf to a963dc9 Increases (9 builds for bl602, cc32xx, esp32, telink)
Decreases (15 builds for bl702, bl702l, efr32, psoc6, telink)
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
ram attribute clusterRevision default = 4; | ||
} | ||
|
||
server cluster Groups { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mideayanghui For what it's worth, wherever you copied this from is broken. Endpoint 0 should not have Groups server on it...
ram attribute clusterRevision default = 4; | ||
} | ||
|
||
server cluster Groups { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly, dishwasher device should not have Groups....
callback attribute clusterRevision default = 1; | ||
} | ||
|
||
server cluster Binding { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dishwasher device does not have binding @mideayanghui
…#28703) * fix bug : fail test in TC-SM-1.1 and TC-DT-1.1 * Add dishwasher example in chef