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

Method init

Arduino/libraries/ST_Anything/S_TimedRelay.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void S_TimedRelay::init()
74 {
75 Everything::sendSmartString(getName() + " " + (m_bCurrentState == HIGH ? F("on") : F("off")));
76 }
77
78 //update function
79 void S_TimedRelay::update()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected