File tree 2 files changed +2
-3
lines changed
examples/network-manager-app/linux
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ ByteSpan ByteSpanFromCharSpan(CharSpan span)
37
37
}
38
38
39
39
std::optional<DefaultThreadNetworkDirectoryServer> gThreadNetworkDirectoryServer ;
40
- void emberAfThreadNetworkDirectoryClusterServerInitCallback (chip::EndpointId endpoint)
40
+ void emberAfThreadNetworkDirectoryClusterInitCallback (chip::EndpointId endpoint)
41
41
{
42
- VerifyOrDie (!gThreadNetworkDirectoryServer . has_value () );
42
+ VerifyOrDie (!gThreadNetworkDirectoryServer );
43
43
gThreadNetworkDirectoryServer .emplace (endpoint).Init ();
44
44
}
45
45
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ ClustersWithInitFunctions:
60
60
- Sample MEI
61
61
- Scenes Management
62
62
- Wi-Fi Network Management
63
- - Thread Network Directory
64
63
65
64
ClustersWithAttributeChangedFunctions :
66
65
- Bridged Device Basic
You can’t perform that action at this time.
0 commit comments