connectedhomeip icon indicating copy to clipboard operation
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...

Results 1463 connectedhomeip issues
Sort by recently updated
recently updated
newest added

Why we actually have both ReferenceCountedHandle and SessionHandle was unclear to me. Adding some comments explaining now that I believe I understand it better.

transport
review - approved

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...

tools
examples
platform
darwin
lib
controller
review - pending
shell
protocols

1. Add 2 Chef Generic Switch device 2. Add RPC Actions to trigger Events/WriteAttributes for testing Switch Clusters

examples
platform
review - pending

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...

controller
review - pending
tests

Updated scene.xml AttributeValuePairStruct to match the spec. Updated scene handlers and test scripts to use the new valueUnsigned* instead of AttributeValue.

examples
darwin
controller
app
review - pending
tests

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.

examples
integrations
vscode
review - pending

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...

lib
review - pending
shell

### 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...

android

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...

controller
review - pending

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

scripts
app
github
workflows
python
review - pending
tests
appliances
microwaves