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

Method refresh

Arduino/libraries/ST_Anything/EX_Switch_Dim.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 void EX_Switch_Dim::refresh()
104 {
105 Everything::sendSmartString(getName() + " " + (m_bCurrentState == HIGH?F("on"):F("off")));
106 }
107
108 void EX_Switch_Dim::setSwitchPin(byte pin)
109 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected