Index: leahi_dialin/td/modules/valves.py =================================================================== diff -u -r8ad61b1fa2e79b11b1c3db53a3242662e8eb9adf -r034ef9887584984c3f261bfb748aa70994b9751b --- leahi_dialin/td/modules/valves.py (.../valves.py) (revision 8ad61b1fa2e79b11b1c3db53a3242662e8eb9adf) +++ leahi_dialin/td/modules/valves.py (.../valves.py) (revision 034ef9887584984c3f261bfb748aa70994b9751b) @@ -93,7 +93,7 @@ # Update the valves dictionary self.valves_status[result['Valve']] = result self.td_valves_timestamp = timestamp - self.handler_execution_times.append(time.perf_counter() - start) + self.handler_execution_times.append((timestamp, message, time.perf_counter() - start)) def cmd_valves_broadcast_interval_override(self, ms: int, reset: int = NO_RESET) -> int: