| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected