From fb307b5584bef67c9dc42eca3c73efc6df34f3e4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 8 Mar 2023 12:05:20 +0100 Subject: [PATCH] StatusFrameTimer debug log output. --- components/truma_inetbox/TrumaiNetBoxApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/truma_inetbox/TrumaiNetBoxApp.cpp b/components/truma_inetbox/TrumaiNetBoxApp.cpp index 3c87449..73235b7 100644 --- a/components/truma_inetbox/TrumaiNetBoxApp.cpp +++ b/components/truma_inetbox/TrumaiNetBoxApp.cpp @@ -370,7 +370,7 @@ const u_int8_t *TrumaiNetBoxApp::lin_multiframe_recieved(const u_int8_t *message this->update_status_timer_stale_ = false; - ESP_LOGD(TAG, "StatusFrameTimer target_temp_room: %f target_temp_water: %f %u:%u -> %u:%u %s", + ESP_LOGD(TAG, "StatusFrameTimer target_temp_room: %f target_temp_water: %f %02u:%02u -> %02u:%02u %s", temp_code_to_decimal(this->status_timer_.timer_target_temp_room), temp_code_to_decimal(this->status_timer_.timer_target_temp_water), this->status_timer_.timer_start_hours, this->status_timer_.timer_start_minutes, this->status_timer_.timer_stop_hours,