Index: leahi_dialin/td/modules/buttons.py =================================================================== diff -u -r8ad61b1fa2e79b11b1c3db53a3242662e8eb9adf -r034ef9887584984c3f261bfb748aa70994b9751b --- leahi_dialin/td/modules/buttons.py (.../buttons.py) (revision 8ad61b1fa2e79b11b1c3db53a3242662e8eb9adf) +++ leahi_dialin/td/modules/buttons.py (.../buttons.py) (revision 034ef9887584984c3f261bfb748aa70994b9751b) @@ -83,7 +83,7 @@ if len(mode) > 0: self.poweroff_timeout_expired = bool(mode[0]) self.td_power_off_timestamp = timestamp - self.handler_execution_times.append(time.perf_counter() - start) + self.handler_execution_times.append((timestamp, message, time.perf_counter() - start)) def cmd_off_button_override(self, state: int, reset: int = NO_RESET) -> int: