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

Method Alarm

cpp/src/command_classes/Alarm.cpp:83–94  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

81// Constructor
82//-----------------------------------------------------------------------------
83Alarm::Alarm
84(
85 uint32 const _homeId,
86 uint8 const _nodeId
87):
88CommandClass( _homeId, _nodeId ),
89m_v1Params(false),
90m_ClearTimeout ( 5000 )
91{
92 Timer::SetDriver(GetDriver());
93 SetStaticRequest( StaticRequest_Values );
94}
95
96
97//-----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected