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

Method init

Arduino/libraries/ST_Anything/EX_Switch_Dim.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 void EX_Switch_Dim::init()
63 {
64 Everything::sendSmartString(getName() + " " + (m_bCurrentState == HIGH ? F("on") : F("off")));
65 }
66
67 void EX_Switch_Dim::beSmart(const String &str)
68 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected