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

Method ActivateScene

cpp/src/Manager.cpp:5209–5220  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Perform all the settings for the given Scene ID -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

5207// Perform all the settings for the given Scene ID
5208//-----------------------------------------------------------------------------
5209bool Manager::ActivateScene
5210(
5211 uint8 const _sceneId
5212)
5213{
5214 Scene *scene = Scene::Get( _sceneId );
5215 if( scene != NULL )
5216 {
5217 return scene->Activate();
5218 }
5219 return false;
5220}
5221
5222//-----------------------------------------------------------------------------
5223// <Manager::GetDriverStatistics>

Callers

nothing calls this directly

Calls 2

ActivateMethod · 0.80
GetFunction · 0.70

Tested by

no test coverage detected