Skip to content

Commit 54cb804

Browse files
Update src/app/clusters/on-off-server/on-off-server.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 0d097f4 commit 54cb804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/on-off-server/on-off-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void UpdateModeBaseCurrentModeToOnMode(EndpointId endpoint)
9090
#endif // MATTER_DM_PLUGIN_MODE_BASE
9191

9292
template <typename EnumType>
93-
bool isKnownEnumValue(EnumType value)
93+
bool IsKnownEnumValue(EnumType value)
9494
{
9595
return (EnsureKnownEnumValue(value) != EnumType::kUnknownEnumValue);
9696
}

0 commit comments

Comments
 (0)