MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / SmartThings

Method SmartThings

Arduino/libraries/SmartThings/SmartThings.cpp:17–24  ·  view source on GitHub ↗

SmartThings Constructor

Source from the content-addressed store, hash-verified

15 // SmartThings Constructor
16 //*******************************************************************************
17 SmartThings::SmartThings(SmartThingsCallout_t *callout, String shieldType, bool enableDebug, int transmitInterval) :
18 _calloutFunction(callout),
19 _shieldType(shieldType),
20 _isDebugEnabled(enableDebug),
21 m_nTransmitInterval(transmitInterval)
22 {
23
24 }
25
26 //*****************************************************************************
27 //SmartThings::~SmartThings()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected