Home
last modified time | relevance | path

Searched refs:m_ScheduleLastMinuteTime (Results 1 – 2 of 2) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.h163 time_t m_ScheduleLastMinuteTime; variable
H A Dmainworker.cpp237 m_ScheduleLastMinuteTime = 0; in MainWorker()
1690 if (difftime(atime, m_ScheduleLastMinuteTime) > 30) //avoid RTC/NTP clock drifts in Do_Work()
1692 m_ScheduleLastMinuteTime = atime; in Do_Work()