Skip to content

Conversation

LuDuda
Copy link
Collaborator

@LuDuda LuDuda commented Jun 23, 2025

This is just a PoC for delaying reporting the error status - for review.

This patch delays error reporting in NetworkCommissioning cluster if a success was recently observed, premature notifications to mislead clients. Functionality is controlled by
CHIP_CONFIG_NETWORK_COMMISSIONING_IMMEDIATE_STATUS_REPORTING

This patch delays error reporting in NetworkCommissioning cluster if a
success was recently observed, premature notifications to mislead
clients. Functionality is controlled by
CHIP_CONFIG_NETWORK_COMMISSIONING_IMMEDIATE_STATUS_REPORTING

Signed-off-by: Łukasz Duda <[email protected]>
* Default: 1 (enabled)
*/
#ifndef CHIP_CONFIG_NETWORK_COMMISSIONING_IMMEDIATE_STATUS_REPORTING
#define CHIP_CONFIG_NETWORK_COMMISSIONING_IMMEDIATE_STATUS_REPORTING 0
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Disabled for CI testing of a new behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant