Skip to content

Commit cc56f66

Browse files
krypton36restyled-io[bot]restyled-commits
authored
Add missing function to set delegate in Door Lock Server (project-chip#31846)
* Add missing function to set delegate in Door Lock Server * Restyled by clang-format (project-chip#31847) Co-authored-by: Restyled.io <commits@restyled.io> --------- Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io>
1 parent db067cb commit cc56f66

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/app/clusters/door-lock-server/door-lock-server.h

+12
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,18 @@ struct EmberAfDoorLockEndpointContext
8787
int wrongCodeEntryAttempts;
8888
};
8989

90+
namespace chip {
91+
namespace app {
92+
namespace Clusters {
93+
namespace DoorLock {
94+
95+
void SetDefaultDelegate(EndpointId endpoint, Delegate * delegate);
96+
97+
} // namespace DoorLock
98+
} // namespace Clusters
99+
} // namespace app
100+
} // namespace chip
101+
90102
/**
91103
* @brief Door Lock Server Plugin class.
92104
*/

0 commit comments

Comments
 (0)