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

Method downloadLatestMFSRevision

cpp/src/Manager.cpp:5412–5422  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Download the Latest ManufacturerSpecific Revision -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

5410// Download the Latest ManufacturerSpecific Revision
5411//-----------------------------------------------------------------------------
5412bool Manager::downloadLatestMFSRevision
5413(
5414 uint32 const _homeId
5415)
5416{
5417 if (Driver *driver = GetDriver( _homeId ) )
5418 {
5419 return driver->downloadMFSRevision();
5420 }
5421 return false;
5422}
5423

Callers

nothing calls this directly

Calls 1

downloadMFSRevisionMethod · 0.80

Tested by

no test coverage detected