| 60 | } |
| 61 | |
| 62 | void EX_Switch_Dim::init() |
| 63 | { |
| 64 | Everything::sendSmartString(getName() + " " + (m_bCurrentState == HIGH ? F("on") : F("off"))); |
| 65 | } |
| 66 | |
| 67 | void EX_Switch_Dim::beSmart(const String &str) |
| 68 | { |
nothing calls this directly
no outgoing calls
no test coverage detected