Home
last modified time | relevance | path

Searched refs:LastHour (Results 1 – 3 of 3) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DDomoticzHardware.h104 …nt NodeID, const int BatteryLevel, const float RainCounter, const float LastHour, const std::strin…
H A DDomoticzHardware.cpp395 …nt NodeID, const int BatteryLevel, const float RainCounter, const float LastHour, const std::strin… in SendRainSensorWU() argument
410 if (LastHour != 0) in SendRainSensorWU()
412 uint64_t at10 = int((float(LastHour) * 10.0f)); in SendRainSensorWU()
/dports/www/domoticz/domoticz-2020.2/main/
H A DWebServer.cpp14753 int LastHour = -1; in RType_HandleGraph() local
14768 if (Hour != LastHour) in RType_HandleGraph()
14770 if (LastHour != -1) in RType_HandleGraph()
14772 int NextCalculatedHour = (LastHour + 1) % 24; in RType_HandleGraph()
14793 LastHour = Hour; in RType_HandleGraph()