Ethan Zhou
Ethan Zhou
@bradjc Maybe we should keep wifi_helpers.c in the src_changed folder for now. Changes in [these lines](https://github.com/tock/libtock-c/pull/458/commits/4ad88a703a3e4e7f3a557342a804be8ef7600e1c#diff-cf252f0bdf9d6e5d1d3d4110031fc95840d8bc8b46206319fc878ec1c5956242R161) make sure that the app does not return error when the board sometimes scans...
Great to see the library been further cleaned up!
- These were manually added, but based on automated generated XMLs from [data_model/master](https://github.com/project-chip/connectedhomeip/tree/master/data_model/master) folder. - ZAP support is not available yet, but I am working on the Feature Page project...
@hasty If we could automate the process, it would be great and let's do it! Can you help adapt Alchemy to my automated generation needs? Once it's ready, can you...
> And presumably we'd want to do it for events as well? Yes we should add conformance for events too
Phase 2 Frontend UI:
### Phase 2 Example Use Cases: **1. Enable `HS` feature in an endpoint with `Extended Color Light` device type** **2. After enabling `HS`, disabling attribute `CurrentHue` that conforms to `HS`...
It is caused by this [virtual-scroll](https://github.com/project-chip/zap/blob/b0d702c32b2f0683b305d3007a199e803b09c5d2/src/components/ZclAttributeManager.vue#L31) attribute in the q-table tag. It helps improve performance by only displaying a small amount of the entire list and updates the list as...
For current solutions, using virtual-scroll can lead to GUI issues, and preloading all data for a large cluster introduces significant latency. We need to develop a new feature that efficiently...