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