-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doing the great thermostat renaming. (#30758)
* Doing the great thermostat renaming. * Fixed a bad merge * and missed this rename * Restyled by whitespace * Restyled by clang-format * Adjust Darwin availability for the renames. * Update src/app/clusters/thermostat-server/thermostat-server.cpp Co-authored-by: Boris Zbarsky <[email protected]> * Update src/app/clusters/thermostat-server/thermostat-server.cpp Co-authored-by: Boris Zbarsky <[email protected]> * Bunch of changes related to review * restored the min/max's for the writable attributes * Reverted the min/max's to int16s again. Using temperature was causing the test suite to fail when writing to them. Temperature is the only type defined in chip-types.xml as signed (even signed int's aren't) and it looks like the min/max checking in attribute-table.cpp didn't like that. * Removed log line again (guess I didn't add/commit again before pushing) * Update src/app/clusters/thermostat-server/thermostat-server.cpp Co-authored-by: Boris Zbarsky <[email protected]> * fixed some white space issues and restored defaults --------- Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
- Loading branch information
1 parent
0ea15eb
commit 0d9332e
Showing
65 changed files
with
3,846 additions
and
1,437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.