Tags: Eltako/connectedhomeip
Tags
Fix how std::to_underlying is pulled into namespace chip. (project-ch… …ip#38723) Trying to type-alias function templates does not work; we just want to pull in the name. Fixes project-chip#38522
Hack solution for aggregator recursive parts list When trying to bridge composed devices (devices which functionality is spread hierarchically over multiple endpoints) the aggregator needs to know all endpoints including all children of all aggregated devices. Normally we should use the `SetFlatCompositionForEndpoint` for this purpose, yet this doesn't work as the endpoint needs to be deactivated before setting the flat composition (recursive look up of children endpoints). Therefore we tell the system that all endpoints are flat composition. This will become a problem when we have composed devices of multiple depths levels. In that case we need to set thos devices to tree composition or reset tree composition to the default and find a solution how to set flat composition for the aggregator device type
ESP32: Use GetPartitionLabelByNamespace in ESP32Config::ConfigValueEx… …ists() (project-chip#30143)
Fixing the wheels path in the Dockerfile of the chip certification bi… …naries (project-chip#37086)
ESP32: Use GetPartitionLabelByNamespace in ESP32Config::ConfigValueEx… …ists() (project-chip#30143)
[ linux cirque ] Add flake8 to workflow and fix python files (part pr… …oject-chip#25193) (project-chip#25245) * [linux-cirque] Add flake8 to workflow and fix python files in linux cirque test * rebase * Restyled by autopep8 --------- Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: Arkadiusz Bokowy <a.bokowy@samsung.com>
Implemented Feature Flag to Enable/Disable Global EventList Attribute (… …project-chip#25294) * Implemented Feature Flag to Enable/Disable Global EventList Attribute * Added ifdefs to the TestAttributePathExpandIterator.cpp test * Updated YAML tests * ZAP REGEN
PreviousNext