We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check src/app/clusters/wifi-network-diagnostics-server/wifi-network-diagnostics-server.cpp
src/app/clusters/wifi-network-diagnostics-server/wifi-network-diagnostics-server.cpp
bool emberAfWiFiNetworkDiagnosticsClusterResetCountsCallback(app::CommandHandler * commandObj, const app::ConcreteCommandPath & commandPath, const Commands::ResetCounts::DecodableType & commandData) { DeviceLayer::GetDiagnosticDataProvider().ResetWiFiNetworkDiagnosticsCounts(); commandObj->AddStatus(commandPath, Protocols::InteractionModel::Status::Success); return true; }
always
839a11d
core
No response
The text was updated successfully, but these errors were encountered:
mkardous-silabs
No branches or pull requests
Reproduction steps
Check
src/app/clusters/wifi-network-diagnostics-server/wifi-network-diagnostics-server.cpp
Bug prevalence
always
GitHub hash of the SDK that was being used
839a11d
Platform
core
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: