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

Method ThermostatSetpoint

cpp/src/command_classes/ThermostatSetpoint.cpp:101–111  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

99// Constructor
100//-----------------------------------------------------------------------------
101ThermostatSetpoint::ThermostatSetpoint
102(
103 uint32 const _homeId,
104 uint8 const _nodeId
105):
106 CommandClass( _homeId, _nodeId )
107{
108 m_com.EnableFlag(COMPAT_FLAG_TSSP_BASE, 1);
109 m_com.EnableFlag(COMPAT_FLAG_TSSP_ALTTYPEINTERPRETATION, true);
110 SetStaticRequest( StaticRequest_Values );
111}
112
113//-----------------------------------------------------------------------------
114// <ThermostatSetpoint::RequestState>

Callers

nothing calls this directly

Calls 1

EnableFlagMethod · 0.80

Tested by

no test coverage detected