Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XML only commit for 1.3 Thermostat spec changes. Cluster xml file (#3…
…0672) * XML only commit for 1.3 Thermostat spec changes. Cluster xml file generated using Hasty's tool, as a result some of the stuff that didn't follow our normal standards and norms for matter have also been corrected (renaming types for example). * Fixed Types (going blind here since I'm not sure how to compile these) * Restyled by whitespace * Restyled by clang-format * manually adjust to the two's compliment since bad code gen was happening for some of the builds. * fixed copypaste typo * fixing esp build * didn't fix the build after all, reverted, and fixed another typo. * Think last commit fixed telink build, lets see if this fixes the rest * more blind changes using pull requests as a compiler... * switch is probably better * would help if I used the right variable... * more type safety to make it build (not doing all of it, since I can't actually build locally or test locally) * more type fixes * and some more * and more * last one? * on to minimal... * regenerated with a new JRE, hopefully will pass the codegen check * Restyled by clang-format * new xml, new regen. * apparently we need a reg after this merge :) * Lets see if this is good enough to get through the chip-repl tests * Added the queued preset encoding * Set a sane minimum value for LocalTemperatureCalibration * Restyled by clang-format * turned off the new commands for now since the test suite can't handle them yet and is getting upset that there are commands it isn't expecting there (why that's a necessary check, I'm really not sure...) * passing all the TSTAT unit tests now locally, lets see if the remote tests like it. * Fixing ameba target * missed these in the merge * After inspecting the bits of the xml that didn't conflict, found some bad merges and reverted them back to master * Revert this change back since it was decided in the great renaming to not do it. * This should get us past the backward incompat test * Fix the bad merge I did using github directly * XML changes as requested * Blew away the zap generated dirs and regenerated again. Some files stayed deleted. * missed changing the default response field here * Update src/app/clusters/thermostat-server/thermostat-server.cpp Co-authored-by: Boris Zbarsky <[email protected]> * Update src/app/zap-templates/zcl/data-model/chip/thermostat-cluster.xml Co-authored-by: Boris Zbarsky <[email protected]> * Fixed up the order of the commands and improved the comments. * ran regen --------- Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
- Loading branch information