Skip to content
New issue

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

once operational credentials are implemented, node ID should be read from them #5055

Closed
todo bot opened this issue Feb 26, 2021 · 0 comments
Closed

once operational credentials are implemented, node ID should be read from them #5055

todo bot opened this issue Feb 26, 2021 · 0 comments
Assignees
Labels

Comments

@todo
Copy link

todo bot commented Feb 26, 2021

// TODO: once operational credentials are implemented, node ID should be read from them
if (!DeviceLayer::ConfigurationMgr().IsFullyProvisioned())
{
ChipLogError(Discovery, "Device not fully provisioned. Node ID unknown.");
return chip::kTestDeviceNodeId;
}
// Admin pairings should have been persisted and should be loadable
// TODO: once multi-admin is decided, figure out if a single node id
// is sufficient or if we need multi-node-id advertisement. Existing


This issue was generated by todo based on a TODO comment in 561376d when #5004 was merged. cc @andy31415.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants