MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetNodePlusTypeString

Method GetNodePlusTypeString

cpp/src/Manager.cpp:1444–1457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1442}
1443
1444string Manager::GetNodePlusTypeString
1445(
1446 uint32 const _homeId,
1447 uint8 const _nodeId
1448)
1449{
1450 if( Driver* driver = GetDriver( _homeId ) )
1451 {
1452 return driver->GetNodePlusTypeString( _nodeId );
1453 }
1454
1455 return ""; // unknown
1456
1457}
1458
1459//-----------------------------------------------------------------------------
1460// <Manager::GetNodeProductId>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected