1. 238493f [HVAC] Thermostat deadband handling (#35673) by Hasty Granbery · 4 months ago
  2. f5a0b6f [HVAC] Add check for per-preset-scenario limit (#35310) by Hasty Granbery · 4 months ago
  3. bbc0fb2 Fix constraint check in thermostat cluster to follow the spec. (#36048) by Boris Zbarsky · 5 months ago
  4. a68b7fc [HVAC] Clear the active preset when the relevant setpoint attributes are set manually (#35223) by Hasty Granbery · 6 months ago
  5. 3e4f3fe [HVAC] Handle null BuiltIn field on Preset write according to spec (#35161) by Hasty Granbery · 6 months ago
  6. acba7f8 Move the constraint check for number of presets not to exceed the num… (#35167) by Nivi Sarkar · 6 months ago
  7. c1b3304 Address followup issues for preset/atomic-write implementation. (#35175) by Boris Zbarsky · 6 months ago
  8. c17fd97 [HVAC] Sync atomic write error order with spec (#34936) by Hasty Granbery · 6 months ago
  9. 4d5beae Update the preset handle field in the SetActivePresetRequest c… (#35105) by Nivi Sarkar · 6 months ago
  10. c0b140b [HVAC] Allow Thermostat delegate to supply atomic write timeout (#34823) by Hasty Granbery · 7 months ago
  11. b85f076 Make AttributeAccessInterface and CommandHandlerInterface registries consistent as objects with singletons (#34462) by Andrei Litvin · 7 months ago
  12. 4031ccb Fix the CountUpdatedPresetsAfterApplyingPendingPresets utility functi… (#34780) by Nivi Sarkar · 7 months ago
  13. b9c192b [HVAC] Use atomic writes with Presets (#34570) by Hasty Granbery · 7 months ago
  14. c77832f Add support for Presets attributes and commands to the Thermostat cluster (#34532) by Nivi Sarkar · 7 months ago
  15. 2a60735 Revert thermostat stuff breaking tot (#34518) by C Freeman · 7 months ago
  16. 335ac96 update tests and thermostat server cluster for new constraints for LocalTemperatureCalibration and MinSetpointDeadBand (#34474) by fesseha-eve · 7 months ago
  17. 59c7e46 Remove queued presets from Thermostats (#34090) by Nivi Sarkar · 7 months ago
  18. 07f4b35 Separate out attribute access interface registry/cache, remove free functions from InteractionModelEngine.h (#32954) by Andrei Litvin · 11 months ago
  19. 660c928 Move declarations from `af.h` into the corresponding storage/table/... headers (#32776) by Andrei Litvin · 11 months ago
  20. ddf373c [IM] Remove EmberAfStatus from src/app/clusters (#32055) by Jean-Francois Penven · 1 year, 1 month ago
  21. 3b3d37b Update src/app/util/ emberafstatus (#32054) by Jean-Francois Penven · 1 year, 1 month ago
  22. 4efcd8c XML only commit for 1.3 Thermostat spec changes. Cluster xml file (#30672) by David Rempel · 1 year, 2 months ago
  23. 0d9332e Doing the great thermostat renaming. (#30758) by David Rempel · 1 year, 3 months ago
  24. 4b515e8 Remove WeakEnums for `Color Control Cluster` (and all weakenum handling as a result) (#30524) by Andrei Litvin · 1 year, 4 months ago
  25. b6d82fb Add support for LTNE (Local Temperature Not Exposed) feature in Therm… (#26686) by huang zhonghao · 1 year, 9 months ago
  26. 6b8bae6 Remove af-event bits that are no longer used. (#25191) by Boris Zbarsky · 2 years ago
  27. 1c37b17 Stop using emberAfSendImmediateDefaultResponse. (#25064) by Boris Zbarsky · 2 years, 1 month ago
  28. 7161326 Make sure we're not using non-type-safe attribute reads. (#25029) by Boris Zbarsky · 2 years, 1 month ago
  29. 15a135f Stop using non-namespaced attribute ids in core SDK code. (#24649) by Boris Zbarsky · 2 years, 1 month ago
  30. 7299a2a Align naming in Thermostat cluster XML with the spec. (#24622) by Boris Zbarsky · 2 years, 1 month ago
  31. 36133b1 Remove non-namespaced command ids. (#24511) by Boris Zbarsky · 2 years, 1 month ago
  32. b46af33 Replace legacy cluster id constants with namespaced ones. (#23833) by Boris Zbarsky · 2 years, 3 months ago
  33. f961ae1 Fix handling of deadband in themostat constraint enforcement. (#19564) by Boris Zbarsky · 2 years, 9 months ago
  34. 0f2307b Remove non-Matter Thermostat bits from XML. (#18880) by Boris Zbarsky · 2 years, 9 months ago
  35. 1866f46 Apply clang-tidy readability-else-after-return (#17125) by Andrei Litvin · 2 years, 11 months ago
  36. caa85c3 Use enum classes for thermostat enums. (#15848) by Boris Zbarsky · 3 years ago
  37. ece58c8 Thermostat Cluster Init Function Enabled (#12863) by chrisbeach59 · 3 years, 3 months ago
  38. 134bb48 Thermostat Server - Use Feature Map (#12745) by chrisbeach59 · 3 years, 3 months ago
  39. 195e710 Get rid of the non-spec EMBER_ZCL_STATUS_INVALID_ARGUMENT value. (#12192) by Boris Zbarsky · 3 years, 3 months ago
  40. b18ecb9 Fix Descriptor cluster when linking statically. (#11453) by Boris Zbarsky · 3 years, 4 months ago
  41. 0fb625a Revert "Fix Descriptor cluster when linking statically. (#11392)" (#11445) by Andrei Litvin · 3 years, 4 months ago
  42. abcae0d Fix Descriptor cluster when linking statically. (#11392) by Boris Zbarsky · 3 years, 4 months ago
  43. fad72f7 Thermostat Changes for spec update PR-4025 - Needed for TE7 (#10914) by chrisbeach59 · 3 years, 4 months ago
  44. 4d722f7 Stop passing individual field arguments to server cluster command callbacks (#10354) by Boris Zbarsky · 3 years, 5 months ago
  45. 02cbf69 Update emberAf*AttributeChange callbacks (#10315) by Vivien Nicolas · 3 years, 5 months ago
  46. e72e2c3 Update cluster command APIs to make it easier to fix list/struct support in commands (#10168) by Boris Zbarsky · 3 years, 5 months ago
  47. 05a0cd8 Convert to per-attribute namespaces for our Get/Set accessors (#10131) by Boris Zbarsky · 3 years, 5 months ago
  48. 78dbc80 Change how we namespace our attribute ids (#10110) by Boris Zbarsky · 3 years, 5 months ago
  49. aea81e3 [build] Add sysroot / system_libdir support (#9352) by Song GUO · 3 years, 6 months ago
  50. 1ae045e Generated files move: app/common/gen movement to zzz_generated (#9207) by Andrei Litvin · 3 years, 6 months ago
  51. 2abe1cf Thermostat Cluster Improvements (#8878) by chrisbeach59 · 3 years, 6 months ago
  52. 5647deb Cleanup prefix chip:: from all cluster implementations (#8771) by Yufeng Wang · 3 years, 7 months ago
  53. 5d9dcae Looks like the changes to other clusters didn't make it to the (#8523) by David Rempel · 3 years, 7 months ago
  54. 24f26f6 Thermostat cluster added. Support for raise-lower-setpoint command (#6012) by chrisbeach59 · 3 years, 11 months ago