Junior Martinez

Results 12 issues of Junior Martinez

### Reproduction steps ```bash Silabs example use the TEST_Setup values for the Discriminator, Passcode and Spak2p data. There is no easy way for users to use different values for the...

efr32

#### Issue Being Resolved * Fixes #22704 #### Change overview - Implement `EFR32CommissionableDataProvider` - Drop the use of `CHIP_USE_TRANSITIONAL_COMMISSIONABLE_DATA_PROVIDER` - Create a Python script to inject the Commissionable data in...

examples
scripts
platform
efr32
review - pending
test driver

The door lock cluster implementation mostly left the callback to be implemented by the app. However, the relock callback is implemented directly in the cluster server implementation and changes the...

examples
app
review - pending

Cherry-pick 5265bbb92f759977d1f001169e7ab21b573c811b from develop/wifi branch as it was missing in main branch

matter

This PR adds checks to the color control cluster commands handling based on this Spec pr https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/9140 - Rate, RateX and RateY, or StepSize parameters shall not be 0. -...

examples
scripts
controller
app
review - pending
tests

…faultRate is 0 This PR syncs the SDK in line with this spec PR https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/9140 As a move of 0 doesn't make much sense. Details about the decision can be...

examples
scripts
controller
app
review - pending
tests

### Discussed in https://github.com/project-chip/zap/discussions/1188 Some commands, attributes, and attribute values are dependent on or linked to the cluster feature map value. We need a way to associate a feature map...

matter
high priority
component: user interface
component: back-end

### Test issue(s) While Running the test driver on efr32 hardware, the device asserts in the test `TestExchange.cpp ; CheckBasicMessageRounTrip` in the function ``` CHIP_ERROR ExchangeContext::SendMessage(Protocols::Id protocolId, uint8_t msgType, PacketBufferHandle...

build issue
tests
needs triage

### Reproduction steps PR #30551 Add the plumbing for the Network Commissioning attribute SupportedWiFiBands. It also provides a default implementation for the virtual getter function. ``` /** * @brief Provide...

platform
needs triage

### Test issue(s) The test TestICDStateObserverOnTransitionToIdleModeEqualActiveModeDuration fails at this check https://github.com/project-chip/connectedhomeip/blob/master/src/app/icd/server/tests/TestICDManager.cpp#L1091 on systems using freeRTOS-based system layer timers. The current assumption of the test is that the `OnTransitionToIdle` callback isn't...

tests
icd
needs triage