Merge branch 'bugfix/remove_option_cmd_resetcounts' into 'main'

remove optional command resetcounts in dgthread cluster

See merge request app-frameworks/esp-matter!486
This commit is contained in:
Shu Chen
2023-09-12 12:28:21 +08:00
@@ -726,9 +726,6 @@ cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags)
}
}
/* commands */
command::create_reset_counts(cluster);
return cluster;
}
} /* diagnostics_network_thread */