connectedhomeip
connectedhomeip copied to clipboard
Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards...
Why we actually have both ReferenceCountedHandle and SessionHandle was unclear to me. Adding some comments explaining now that I believe I understand it better.
Added support for operational node browse/discovery. Also, updated existing browse/discover interface in Resolver class to a common interface for all types of node browse and made the delegates common for...
1. Add 2 Chef Generic Switch device 2. Add RPC Actions to trigger Events/WriteAttributes for testing Switch Clusters
This test is used to evaluate that all the proper post-certification work has been done to make a Matter device production ready. This test ensure that: - DAC chain is...
Updated scene.xml AttributeValuePairStruct to match the spec. Updated scene handlers and test scripts to use the new valueUnsigned* instead of AttributeValue.
Add a chef device - Robotic Vacuum Cleaner. this device supports rvc run mode cluster, rvc clean mode cluster, rvc operational state cluster, and power supply cluster.
1. Add lightweight `CommandSet` class to prevent instantiating `Shell::Engine`, which allows for dynamic command registration, just to create a subshell with a fixed number of subcommands. This slightly reduces the...
CHIPTool
### Reproduction steps ```bash Unresolved reference: chip ``` ### Bug prevalence Whenever ### GitHub hash of the SDK that was being used 1 ### Platform android ### Platform Version(s) _No...
This implements CHIP mainloop calls in an asyncio friendly manner. Today, when posting onto the CHIP thread, the function `builtins.chipStack.Call` which runs the command on the CHIP mainloop, blocks until...
This PR merges test cases 2.2 and 2.3. Ref test plan [PR #4129](https://github.com/CHIP-Specifications/chip-test-plans/pull/4129) Fixes #33346