| 81 | } |
| 82 | |
| 83 | void EX_Switch::refresh() |
| 84 | { |
| 85 | Everything::sendSmartString(getName() + " " + (m_bCurrentState == HIGH?F("on"):F("off"))); |
| 86 | } |
| 87 | |
| 88 | void EX_Switch::setPin(byte pin) |
| 89 | { |
nothing calls this directly
no outgoing calls
no test coverage detected