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

Method refresh

Arduino/libraries/ST_Anything_RCSwitch/EX_RCSwitch.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void EX_RCSwitch::refresh()
106 {
107 Everything::sendSmartString(getName() + " " + (m_bCurrentState == HIGH?F("on"):F("off")));
108 }
109
110 void EX_RCSwitch::setPin(byte pin)
111 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected