| 60 | *****************************************************************************/ |
| 61 | |
| 62 | void TimerSetting::clear() |
| 63 | { |
| 64 | m_isEnabled = false; |
| 65 | m_hour = 0U; |
| 66 | m_minute = 0U; |
| 67 | m_daysOfWeek = 0U; |
| 68 | m_displayState = DISPLAY_STATE_NONE; |
| 69 | m_brightness = -1; |
| 70 | } |
| 71 | |
| 72 | void TimerSetting::toJson(JsonObject& jsonTimerSetting) const |
| 73 | { |
nothing calls this directly
no outgoing calls
no test coverage detected