MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / clear

Method clear

lib/TimerService/src/TimerSetting.cpp:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 *****************************************************************************/
61
62void 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
72void TimerSetting::toJson(JsonObject& jsonTimerSetting) const
73{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected