| 55 | } |
| 56 | |
| 57 | void EX_Switch::init() |
| 58 | { |
| 59 | Everything::sendSmartString(getName() + " " + (m_bCurrentState == HIGH ? F("on") : F("off"))); |
| 60 | } |
| 61 | |
| 62 | void EX_Switch::beSmart(const String &str) |
| 63 | { |
nothing calls this directly
no outgoing calls
no test coverage detected