| 76 | } |
| 77 | |
| 78 | void EX_RCSwitch::init() |
| 79 | { |
| 80 | writeStateToPin(); |
| 81 | Everything::sendSmartString(getName() + " " + (m_bCurrentState == HIGH ? F("on") : F("off"))); |
| 82 | } |
| 83 | |
| 84 | void EX_RCSwitch::beSmart(const String &str) |
| 85 | { |
nothing calls this directly
no outgoing calls
no test coverage detected