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

Method CentralScene

cpp/src/command_classes/CentralScene.cpp:351–364  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Constructor -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

349// Constructor
350//-----------------------------------------------------------------------------
351CentralScene::CentralScene
352(
353 uint32 const _homeId,
354 uint8 const _nodeId
355):
356CommandClass( _homeId, _nodeId ),
357m_slowrefresh( false ),
358m_sequence( 0 )
359{
360 m_dom.EnableFlag(STATE_FLAG_CS_SCENECOUNT, 0);
361 m_dom.EnableFlag(STATE_FLAG_CS_CLEARTIMEOUT, 1000);
362 Timer::SetDriver(GetDriver());
363 SetStaticRequest( StaticRequest_Values );
364}
365
366
367//-----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

EnableFlagMethod · 0.80

Tested by

no test coverage detected