You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the constraint check for number of presets not to exceed the num… (#35167)
* Move the constraint check for number of presets not to exceed the number of presets supported from the atomic write commit command handling to the write request
* Minor fix
* Do not check if totalExpectedCount > 0 since its an unsigned integer
- Also no need to check if numberOfPresetsSupported is 0.
* Update src/app/clusters/thermostat-server/thermostat-server-presets.cpp
* Update src/app/clusters/thermostat-server/thermostat-server-presets.cpp
---------
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
0 commit comments