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

Method checkLatestMFSRevision

cpp/src/Manager.cpp:5374–5384  ·  view source on GitHub ↗

----------------------------------------------------------------------------- get the latest ManufacturerSpecific.xml file revision -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

5372// get the latest ManufacturerSpecific.xml file revision
5373//-----------------------------------------------------------------------------
5374bool Manager::checkLatestMFSRevision
5375(
5376 uint32 const _homeId
5377)
5378{
5379 if (Driver *driver = GetDriver( _homeId ) )
5380 {
5381 return driver->CheckMFSConfigRevision();
5382 }
5383 return false;
5384}
5385
5386//-----------------------------------------------------------------------------
5387// <Manager::downloadLatestConfigFileRevision>

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected