Skip to content

Commit

Permalink
fix up GetCommandClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishwaldo committed Nov 25, 2019
1 parent c407cce commit b88f216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/Manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ bool Manager::GetNodeClassInformation(uint32 const _homeId, uint8 const _nodeId,
// <Manager::GetCommandClassName>
// Get a String representing the Command Class Name
//-----------------------------------------------------------------------------
string GetCommandClassName(uint8 const _commandClassId) {
string Manager::GetCommandClassName(uint8 const _commandClassId) {
return OpenZWave::Internal::CC::CommandClasses::GetName(_commandClassId);
}

Expand Down

0 comments on commit b88f216

Please sign in to comment.